DayZ 1.24
|
DEPRECATED UNUSED prototype for damage by BarbedWire, do not use as example. More...
Private Attributes | |
ItemBase | m_ParentBarbedWire |
Private Attributes inherited from Trigger | |
int | m_TriggerUpdateMs |
Hologram | m_ParentObj |
PlayerBase | m_Player |
Static Private Attributes | |
static const int | SOUNDS_COLLISION_COUNT = 4 |
static const int | SOUNDS_SHOCK_COUNT = 4 |
static const string | m_SoundsCollision [SOUNDS_COLLISION_COUNT] = {"barbedFenceCollision1", "barbedFenceCollision2", "barbedFenceCollision3", "barbedFenceCollision4"} |
static const string | m_SoundsShock [SOUNDS_SHOCK_COUNT] = {"electricFenceShock1", "electricFenceShock2", "electricFenceShock3", "electricFenceShock4"} |
DEPRECATED UNUSED prototype for damage by BarbedWire, do not use as example.
Definition at line 2 of file BarbedWireTrigger.c.
Definition at line 11 of file BarbedWireTrigger.c.
References g_Game, GetGame(), m_ParentBarbedWire, SoundCollision(), and SoundElectricShock().
Definition at line 64 of file BarbedWireTrigger.c.
References g_Game, and m_ParentBarbedWire.
|
inlineprivate |
Definition at line 79 of file BarbedWireTrigger.c.
References m_SoundsCollision, PlaySound(), Math::RandomInt(), and SOUNDS_COLLISION_COUNT.
Referenced by OnEnter().
|
inlineprivate |
Definition at line 71 of file BarbedWireTrigger.c.
References m_SoundsShock, PlaySound(), Math::RandomInt(), and SOUNDS_SHOCK_COUNT.
Referenced by OnEnter().
|
private |
Definition at line 4 of file BarbedWireTrigger.c.
Referenced by OnEnter(), and SetParentObject().
|
staticprivate |
Definition at line 7 of file BarbedWireTrigger.c.
Referenced by SoundCollision().
|
staticprivate |
Definition at line 8 of file BarbedWireTrigger.c.
Referenced by SoundElectricShock().
Definition at line 5 of file BarbedWireTrigger.c.
Referenced by SoundCollision().
Definition at line 6 of file BarbedWireTrigger.c.
Referenced by SoundElectricShock().