![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| EHitZoneGroup | GetHitZoneGroup () |
| ScriptInvokerVoid | GetOnHealthChanged (bool createNew=true) |
| ScriptInvoker | GetOnDamageStateChanged (bool createNew=true) |
| IEntity | GetOwner () |
| void | OnHealthSet () |
| void | OnDamageStateChanged (EDamageState newState, EDamageState previousDamageState, bool isJIP) |
| Called when the damage state changes. | |
| override float | ComputeEffectiveDamage (notnull BaseDamageContext damageContext, bool isDOT) |
| void | ApplyDamagePassRules (notnull BaseDamageContext damageContext) |
Protected Attributes | |
| ref array< ref SCR_BaseDamagePassRule > | m_aDamagePassRules |
| ref ScriptInvokerVoid | m_OnHealthChanged |
| ref ScriptInvoker | m_OnDamageStateChanged |
Definition at line 1 of file SCR_HitZone.c.
|
inlineprotected |
Pass damage based damage context and rules specified in hitzone configuration Receiving hitzones also have to inherit from SCR_HitZone
! param[in] damageContext - Damage context coming from HijackDamageHandling
Definition at line 107 of file SCR_HitZone.c.
|
inlineprotected |
Definition at line 67 of file SCR_HitZone.c.
|
inlineprotected |
Hit zone group getter to be overridden
Definition at line 12 of file SCR_HitZone.c.
|
inlineprotected |
Get event called when hitzone damage state changes.
Definition at line 32 of file SCR_HitZone.c.
|
inlineprotected |
Get event called when hitzone damage changes.
| createNew | only create a script invoker if this is set to true |
Definition at line 21 of file SCR_HitZone.c.
|
inlineprotected |
Definition at line 42 of file SCR_HitZone.c.
|
inlineprotected |
Called when the damage state changes.
Definition at line 60 of file SCR_HitZone.c.
|
inlineprotected |
Definition at line 52 of file SCR_HitZone.c.
|
protected |
Definition at line 4 of file SCR_HitZone.c.
|
protected |
Definition at line 7 of file SCR_HitZone.c.
|
protected |
Definition at line 6 of file SCR_HitZone.c.