Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
damageInfo
C# Class damageInfo, Main-Working-Repository
Show 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 property
public
player,
attacker
return
player,
damageAmount
public property
public
int
damageAmount
return
int
isTurretDamage
public property
public
bool
isTurretDamage
return
bool
push
public property
public
Vector2
push
return
Vector2
type
public property
public
string
type
return
string
weaponFired
public property
public
weapon,
weaponFired
return
weapon,