Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WeaponBlastEffect Class Reference
Inheritance diagram for SCR_WeaponBlastEffect:
ScriptAndConfig

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

Detailed Description

Definition at line 1 of file SCR_WeaponBlastEffect.c.

Member Function Documentation

◆ GetComputedDamage()

float SCR_WeaponBlastEffect::GetComputedDamage ( float normDistance,
float dotAngle )
inlineprotected
Parameters
[in]normDistancenormalized distance value (0-1)
[in]dotAngledot product from the direction of the blast to the hit direction (0-1)

Definition at line 39 of file SCR_WeaponBlastEffect.c.

◆ GetDamageEffect()

BaseDamageEffect SCR_WeaponBlastEffect::GetDamageEffect ( )
inlineprotected

Definition at line 25 of file SCR_WeaponBlastEffect.c.

◆ GetDamageType()

EDamageType SCR_WeaponBlastEffect::GetDamageType ( )
inlineprotected

Definition at line 19 of file SCR_WeaponBlastEffect.c.

◆ GetDamageValueRaw()

float SCR_WeaponBlastEffect::GetDamageValueRaw ( )
inlineprotected

Definition at line 31 of file SCR_WeaponBlastEffect.c.

Member Data Documentation

◆ m_aAngleDamageFalloff

ref Curve SCR_WeaponBlastEffect::m_aAngleDamageFalloff
protected

Definition at line 16 of file SCR_WeaponBlastEffect.c.

◆ m_aDistanceDamageFalloff

ref Curve SCR_WeaponBlastEffect::m_aDistanceDamageFalloff
protected

Definition at line 13 of file SCR_WeaponBlastEffect.c.

◆ m_DamageEffect

ref BaseDamageEffect SCR_WeaponBlastEffect::m_DamageEffect
protected

Definition at line 7 of file SCR_WeaponBlastEffect.c.

◆ m_eDamageType

EDamageType SCR_WeaponBlastEffect::m_eDamageType
protected

Definition at line 4 of file SCR_WeaponBlastEffect.c.

◆ m_fDamageValue

float SCR_WeaponBlastEffect::m_fDamageValue
protected

Definition at line 10 of file SCR_WeaponBlastEffect.c.


The documentation for this class was generated from the following file: