Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Data Structures | |
class | BaseBuildingClass |
class | Building |
class | BuildingClass |
Functions | |
BaseBuildingClass StaticModelEntityClass | OnDamage (float damage, EDamageType type, IEntity pHitEntity, inout vector outMat[3], IEntity damageSource, notnull Instigator instigator, int colliderID, float speed) |
BaseBuildingClass StaticModelEntityClass OnDamage | ( | float | damage, |
EDamageType | type, | ||
IEntity | pHitEntity, | ||
inout vector | outMat[3], | ||
IEntity | damageSource, | ||
notnull Instigator | instigator, | ||
int | colliderID, | ||
float | speed | ||
) |
Called when the damage has been dealt by the server.
damage | Damage value. |
type | Damage type. |
pHitEntity | Damaged entity. |
hitDirNorm | Hit position/direction/normal. |
damageSource | Projectile entity. |
damageSourceParent | Damage source parent entity (soldier / vehicle). |
colliderID | Collider ID if exists otherwise enf::BAD_INDEX. |
speed | Projectile velocity in m/s. |