![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlePassedDamage (inout notnull BaseDamageContext damageContext, notnull SCR_HitZone srcHitZone, notnull SCR_DamageManagerComponent dmgManager) |
| void | TryDealDamage (inout notnull BaseDamageContext damageContext, notnull SCR_HitZone targetHitZone, notnull SCR_DamageManagerComponent dmgManager) |
Protected Attributes | |
| ECharacterHitZoneGroup | m_eSpilloverHitZoneGroup |
Definition at line 2 of file SCR_LimbDamagePassRule.c.
|
inlineprotected |
Distributes sequnetially the damage amongst other hit zone group members
| [in,out] | damageContext | to be received by the hit zone which called this method |
| [in] | srcHitZone | which called this method |
| [in] | dmgManager | to which this hit zone belongs |
Damage context clone that prevents this rule from influencing the result of other potential rules
Definition at line 12 of file SCR_LimbDamagePassRule.c.
|
inlineprotected |
Distributes sequnetially the damage amongst other hit zone group members
| [in,out] | damageContext | reusable context which is going to be used to deal damage, and store information of how much damage was still left for distribution |
| [in] | targetHitZone | which should be damaged |
| [in] | dmgManager | which is going to deal the damage |
actual amount of damage that was absorbed by target hit zone
The actual amount of damage that will be done to the target hit zone
Definition at line 56 of file SCR_LimbDamagePassRule.c.
|
protected |
Definition at line 5 of file SCR_LimbDamagePassRule.c.