DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | SpookyEventWind |
class | SpookyEventSteps |
class | SpookyEventBase |
class | SpookyPlayerStalker |
this entity gets attached to each player while present in the spooky area More... | |
Functions | |
SpookyEventWind SpookyEventBase | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
bool | CanDo (PlayerBase player, TStringVectorMap surfaceTypes) |
void | Do (PlayerBase player) |
void | SpookyTriggerEventsHandler (notnull PlayerBase player) |
void | ~SpookyTriggerEventsHandler () |
void | RegisterEvents () |
void | Update (float deltaTime) |
void | GatherSurfaces (notnull TStringVectorMap gatheredGurfaces) |
bool | SelectEvent () |
|
protected |
Definition at line 30 of file SpookyAreaMisc.c.
|
protected |
Definition at line 35 of file SpookyAreaMisc.c.
|
protected |
Definition at line 242 of file SpookyAreaMisc.c.
References COLOR_BLUE, Debug::DrawLine(), DiagMenu::GetBool(), GetGame(), m_Player, and SURFACE_CHECK_POINT_DISTANCE.
Referenced by SelectEvent().
SpookyEventWind SpookyEventBase Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 1 of file SpookyAreaMisc.c.
|
protected |
Definition at line 220 of file SpookyAreaMisc.c.
References m_SoundEvents.
Referenced by SpookyTriggerEventsHandler().
|
protected |
Definition at line 274 of file SpookyAreaMisc.c.
References GatherSurfaces(), DiagMenu::GetBool(), GetGame(), m_Player, m_SoundEvents, Print(), and Math::RandomIntInclusive().
Referenced by Update().
|
protected |
Definition at line 204 of file SpookyAreaMisc.c.
References m_Player, m_SoundEvents, and RegisterEvents().
Referenced by OnEnterClientEvent().
Definition at line 229 of file SpookyAreaMisc.c.
References CONSECUTIVE_EVENTS_COOLDOWN, EVENT_CHECK_FREQUENCY, m_NextEventCheck, m_TimeAccu, and SelectEvent().
|
protected |
Definition at line 215 of file SpookyAreaMisc.c.
References m_SoundEvents.
Definition at line 198 of file SpookyAreaMisc.c.
Referenced by Update().
Definition at line 199 of file SpookyAreaMisc.c.
Referenced by Update().
Definition at line 200 of file SpookyAreaMisc.c.
|
protected |
Definition at line 202 of file SpookyAreaMisc.c.
Referenced by Update().
|
protected |
Definition at line 196 of file SpookyAreaMisc.c.
|
protected |
Referenced by RegisterEvents(), SelectEvent(), SpookyTriggerEventsHandler(), and ~SpookyTriggerEventsHandler().
|
protected |
Definition at line 197 of file SpookyAreaMisc.c.
Referenced by Update().
Definition at line 201 of file SpookyAreaMisc.c.
Referenced by GatherSurfaces().