![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| EDamageType | GetDamageType () |
| BaseDamageEffect | GetDamageEffect () |
| float | GetDamageValueRaw () |
| float | GetComputedDamage (float normDistance, float dotAngle) |
Protected Attributes | |
| EDamageType | m_eDamageType |
| ref BaseDamageEffect | m_DamageEffect |
| float | m_fDamageValue |
| ref Curve | m_aDistanceDamageFalloff |
| ref Curve | m_aAngleDamageFalloff |
Definition at line 1 of file SCR_WeaponBlastEffect.c.
|
inlineprotected |
| [in] | normDistance | normalized distance value (0-1) |
| [in] | dotAngle | dot product from the direction of the blast to the hit direction (0-1) |
Definition at line 39 of file SCR_WeaponBlastEffect.c.
|
inlineprotected |
Definition at line 25 of file SCR_WeaponBlastEffect.c.
|
inlineprotected |
Definition at line 19 of file SCR_WeaponBlastEffect.c.
|
inlineprotected |
Definition at line 31 of file SCR_WeaponBlastEffect.c.
|
protected |
Definition at line 16 of file SCR_WeaponBlastEffect.c.
|
protected |
Definition at line 13 of file SCR_WeaponBlastEffect.c.
|
protected |
Definition at line 7 of file SCR_WeaponBlastEffect.c.
|
protected |
Definition at line 4 of file SCR_WeaponBlastEffect.c.
|
protected |
Definition at line 10 of file SCR_WeaponBlastEffect.c.