![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | SCR_DamageContext |
| class | BaseDamageContext |
| class | DamageAreaComponentClass |
| class | DamageEffectEvaluatorWrapper |
| class | Instigator |
Enumerations | |
| enum | InstigatorType { INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM , INSTIGATOR_OTHER , INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM , INSTIGATOR_OTHER } |
| enum | InstigatorType { INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM , INSTIGATOR_OTHER , INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM , INSTIGATOR_OTHER } |
Functions | |
| DamageAreaComponentClass ScriptComponentClass | RegisterDamageArea (notnull DamageArea area) |
| proto external void | UnregisterDamageArea (notnull DamageArea area) |
| proto external void | GetDamageAreas (out notnull array< ref DamageArea > damageAreas) |
| enum InstigatorType |
| Enumerator | |
|---|---|
| INSTIGATOR_NONE | |
| INSTIGATOR_PLAYER | |
| INSTIGATOR_AI | |
| INSTIGATOR_GM | |
| INSTIGATOR_OTHER | |
| INSTIGATOR_NONE | |
| INSTIGATOR_PLAYER | |
| INSTIGATOR_AI | |
| INSTIGATOR_GM | |
| INSTIGATOR_OTHER | |
Definition at line 12 of file InstigatorType.c.
| enum InstigatorType |
| Enumerator | |
|---|---|
| INSTIGATOR_NONE | |
| INSTIGATOR_PLAYER | |
| INSTIGATOR_AI | |
| INSTIGATOR_GM | |
| INSTIGATOR_OTHER | |
| INSTIGATOR_NONE | |
| INSTIGATOR_PLAYER | |
| INSTIGATOR_AI | |
| INSTIGATOR_GM | |
| INSTIGATOR_OTHER | |
Definition at line 12 of file InstigatorType.c.
| proto external void GetDamageAreas | ( | out notnull array< ref DamageArea > | damageAreas | ) |
Clears passed array (damageAreas) and fills it with all damageAreas owned by this component. Regardless if they have been registered or not
| array<DamageArea> | damageAreas: An array that will be filled |
| DamageAreaComponentClass ScriptComponentClass RegisterDamageArea | ( | notnull DamageArea | area | ) |
| proto external void UnregisterDamageArea | ( | notnull DamageArea | area | ) |