![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | SpookyEventBase |
| class | SpookyEventSteps |
| class | SpookyEventWind |
| class | SpookyPlayerStalker |
| this entity gets attached to each player while present in the spooky area More... | |
Functions | |
| void | ~SpookyTriggerEventsHandler () |
| bool | CanDo (PlayerBase player, TStringVectorMap surfaceTypes) |
| void | Do (PlayerBase player) |
| void | GatherSurfaces (notnull TStringVectorMap gatheredGurfaces) |
| SpookyEventWind SpookyEventBase | Init () |
| void | RegisterEvents () |
| bool | SelectEvent () |
| void | SpookyTriggerEventsHandler (notnull PlayerBase player) |
| void | Update (float deltaTime) |
Variables | |
| const float | CONSECUTIVE_EVENTS_COOLDOWN = 20 |
| const float | EVENT_CHECK_FREQUENCY = 2 |
| const float | FIRST_EVENT_CHECK_DELAY = 15 |
| float | m_NextEventCheck = FIRST_EVENT_CHECK_DELAY |
| PlayerBase | m_Player |
| class SpookyEventBase | m_SoundEvents |
| float | m_TimeAccu |
| const float | SURFACE_CHECK_POINT_DISTANCE = 2 |
|
protected |
Definition at line 219 of file spookyareamisc.c.
References m_SoundEvents.
|
protected |
Definition at line 30 of file spookyareamisc.c.
|
protected |
Definition at line 35 of file spookyareamisc.c.
|
protected |
Definition at line 246 of file spookyareamisc.c.
References COLOR_BLUE, Debug::DrawLine(), g_Game, DiagMenu::GetBool(), and SURFACE_CHECK_POINT_DISTANCE.
Referenced by SelectEvent().
| SpookyEventWind SpookyEventBase Init | ( | ) |
Definition at line 1 of file spookyareamisc.c.
|
protected |
Definition at line 224 of file spookyareamisc.c.
References m_SoundEvents.
Referenced by SpookyTriggerEventsHandler().
|
protected |
Definition at line 278 of file spookyareamisc.c.
References g_Game, GatherSurfaces(), DiagMenu::GetBool(), m_SoundEvents, SpookyEventBase::Perform(), Print(), and Math::RandomIntInclusive().
Referenced by Update().
|
protected |
Definition at line 208 of file spookyareamisc.c.
References m_SoundEvents, and RegisterEvents().
Referenced by OnEnterClientEvent().
|
protected |
Definition at line 233 of file spookyareamisc.c.
References CONSECUTIVE_EVENTS_COOLDOWN, EVENT_CHECK_FREQUENCY, m_NextEventCheck, m_TimeAccu, and SelectEvent().
|
protected |
Definition at line 202 of file spookyareamisc.c.
Referenced by Update().
|
protected |
Definition at line 203 of file spookyareamisc.c.
Referenced by Update().
|
protected |
Definition at line 204 of file spookyareamisc.c.
|
protected |
Definition at line 206 of file spookyareamisc.c.
Referenced by Update().
|
protected |
Definition at line 200 of file spookyareamisc.c.
|
protected |
Referenced by ~SpookyTriggerEventsHandler(), RegisterEvents(), SelectEvent(), and SpookyTriggerEventsHandler().
|
protected |
Definition at line 201 of file spookyareamisc.c.
Referenced by Update().
|
protected |
Definition at line 205 of file spookyareamisc.c.
Referenced by GatherSurfaces().