![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_DamagePassRule |
Functions | |
| SCR_DamagePassRule SCR_BaseDamagePassRule | _WB_GetCustomTitle (BaseContainer source, out string title) |
| override void | HandlePassedDamage (inout notnull BaseDamageContext damageContext, notnull SCR_HitZone srcHitZone, notnull SCR_DamageManagerComponent dmgManager) |
Variables | |
| bool | m_bPassToRoot |
| bool | m_bPassToParent |
| bool | m_bPassToDefaultHitZone |
| SCR_DamagePassRule SCR_BaseDamagePassRule _WB_GetCustomTitle | ( | BaseContainer | source, |
| out string | title ) |
Definition at line 1 of file SCR_DamagePassRule.c.
|
protected |
Handle damage for this hit zone. Clones the damage context so that it does not override passed one
| [in,out] | damageContext | to be received by this hit zone |
| [in] | srcHitZone | which initialized this process |
| [in] | dmgManager | to which this hit zone belongs |
Definition at line 118 of file SCR_DamagePassRule.c.
|
protected |
Definition at line 111 of file SCR_DamagePassRule.c.
|
protected |
Definition at line 108 of file SCR_DamagePassRule.c.
|
protected |
Definition at line 105 of file SCR_DamagePassRule.c.