Arma Reforger Script API
|
Class to temporarily store information about the last hit that caused destruction. More...
Static Public Member Functions | |
static SCR_DestructionHitInfo | FromHitInfo (SCR_HitInfo hitInfo, bool totalDestruction) |
static SCR_DestructionHitInfo | FromDestructionData (SCR_DestructionData destructionData) |
Public Attributes | |
bool | m_TotalDestruction |
Public Attributes inherited from SCR_HitInfo | |
float | m_LastHealth |
float | m_HitDamage |
EDamageType | m_DamageType |
vector | m_HitPosition |
vector | m_HitDirection |
vector | m_HitNormal |
Class to temporarily store information about the last hit that caused destruction.
|
static |
[in] | destructionData |
|
static |
[in] | hitInfo | |
[in] | totalDestruction |
bool SCR_DestructionHitInfo.m_TotalDestruction |