|
Arma Reforger Script API
|
Classes | |
| interface | SCR_DamageContext |
| interface | BaseDamageContext |
| interface | DamageAreaComponentClass |
| interface | DamageAreaComponent |
| interface | Instigator |
Enumerations | |
| enum | InstigatorType { InstigatorType.INSTIGATOR_NONE , InstigatorType.INSTIGATOR_PLAYER , InstigatorType.INSTIGATOR_AI , InstigatorType.INSTIGATOR_GM , InstigatorType.INSTIGATOR_OTHER } |
Functions | |
| void | SCR_DamageContext.SCR_DamageContext (EDamageType type, float damage, out vector hitPosDirNorm[3], IEntity entity, HitZone hitzone, notnull Instigator dmgDealer, GameMaterial hitMaterial, int colliderIndex, int boneNodeIndex) |
| enum InstigatorType |
| void SCR_DamageContext.SCR_DamageContext | ( | EDamageType | type, |
| float | damage, | ||
| out vector | hitPosDirNorm[3], | ||
| IEntity | entity, | ||
| HitZone | hitzone, | ||
| notnull Instigator | dmgDealer, | ||
| GameMaterial | hitMaterial, | ||
| int | colliderIndex, | ||
| int | boneNodeIndex ) |