Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
damageInfo
C# Class damageInfo, Main-Working-Repository
Mostra file
Open project: GCSShatteredSpace/Main-Working-Repository
Class Usage Examples
Public Properties
Property
Type
Description
attacker
player,
damageAmount
int
isTurretDamage
bool
push
Vector2
type
string
weaponFired
weapon,
Public Methods
Method
Description
applyToPlayer
(
player,
p
) :
void
applyToTurret
(
turret,
t
) :
void
Method Details
applyToPlayer()
public
method
public
applyToPlayer
(
player,
p
) :
void
p
player,
return
void
applyToTurret()
public
method
public
applyToTurret
(
turret,
t
) :
void
t
turret,
return
void
Property Details
attacker
public_oe property
public
player,
attacker
return
player,
damageAmount
public_oe property
public
int
damageAmount
return
int
isTurretDamage
public_oe property
public
bool
isTurretDamage
return
bool
push
public_oe property
public
Vector2
push
return
Vector2
type
public_oe property
public
string
type
return
string
weaponFired
public_oe property
public
weapon,
weaponFired
return
weapon,