DayZ 1.24
|
Protected Member Functions | |
void | Init () |
void | Do (PlayerBase player) |
Additional Inherited Members | |
Private Member Functions inherited from SpookyEventBase | |
void | SpookyEventBase () |
void | Init () |
vector | GetMatchingSurfacePos (TStringArray surfaces, TStringVectorMap gatheredSurfaces) |
void | SetCoolDown (float secs) |
bool | HasSurfaces () |
bool | CanDo (PlayerBase player, TStringVectorMap surfaceTypes) |
void | Do (PlayerBase player) |
bool | CanPerform (PlayerBase player, float currentTime, TStringVectorMap surfaceTypes) |
void | Perform (PlayerBase player, float currentTime, TStringVectorMap gatheredSurfaces) |
vector | GetSoundPos (PlayerBase player) |
Private Attributes inherited from SpookyEventBase | |
float | m_PerformedTimestamp |
int | m_Cooldown |
string | m_SoundSet |
ref TStringArray | m_Surfaces |
vector | m_MatchingSurfacePos |
Definition at line 36 of file SpookyAreaMisc.c.
|
inlineprotected |
Definition at line 45 of file SpookyAreaMisc.c.
|
inlineprotected |
Definition at line 38 of file SpookyAreaMisc.c.
References SpookyEventBase::m_SoundSet, SpookyEventBase::m_Surfaces, and SpookyEventBase::SetCoolDown().