Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ImpactMaterials |
Enumerations | |
enum | ImpactTypes { MELEE } |
enum ImpactTypes |
Enumerator | |
---|---|
MELEE |
Definition at line 1 of file impacteffects.c.
string m_AmmoType |
Definition at line 18 of file impacteffects.c.
int m_ComponentIndex |
Definition at line 14 of file impacteffects.c.
enum ImpactTypes m_DirectHit |
vector m_ExitPosition |
Definition at line 23 of file impacteffects.c.
int m_ImpactType |
Definition at line 13 of file impacteffects.c.
vector m_InSpeed |
Definition at line 19 of file impacteffects.c.
bool m_IsDeflected |
Definition at line 15 of file impacteffects.c.
bool m_IsWater |
Definition at line 16 of file impacteffects.c.
vector m_OutSpeed |
Definition at line 20 of file impacteffects.c.
vector m_Position |
Definition at line 21 of file impacteffects.c.
string m_Surface |
Definition at line 17 of file impacteffects.c.
vector m_SurfaceNormal |
Definition at line 22 of file impacteffects.c.