![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | SpookyEventBase () |
| bool | CanDo (PlayerBase player, TStringVectorMap surfaceTypes) |
| bool | CanPerform (PlayerBase player, float currentTime, TStringVectorMap surfaceTypes) |
| void | Do (PlayerBase player) |
| vector | GetMatchingSurfacePos (TStringArray surfaces, TStringVectorMap gatheredSurfaces) |
| vector | GetSoundPos (PlayerBase player) |
| bool | HasSurfaces () |
| void | Init () |
| void | Perform (PlayerBase player, float currentTime, TStringVectorMap gatheredSurfaces) |
| void | SetCoolDown (float secs) |
Protected Attributes | |
| int | m_Cooldown |
| vector | m_MatchingSurfacePos |
| float | m_PerformedTimestamp |
| string | m_SoundSet |
| ref TStringArray | m_Surfaces |
Definition at line 86 of file spookyareamisc.c.
|
inlineprotected |
Definition at line 96 of file spookyareamisc.c.
References Init().
|
inlineprotected |
Definition at line 129 of file spookyareamisc.c.
Referenced by CanPerform().
|
inlineprotected |
Definition at line 137 of file spookyareamisc.c.
References CanDo(), GetMatchingSurfacePos(), HasSurfaces(), m_Cooldown, m_MatchingSurfacePos, m_PerformedTimestamp, m_Surfaces, and vector::Zero.
|
protected |
Referenced by Perform().
|
inlineprotected |
Definition at line 104 of file spookyareamisc.c.
References string::Contains(), and vector::Zero.
Referenced by CanPerform().
|
inlineprotected |
Definition at line 175 of file spookyareamisc.c.
References HasSurfaces(), m_MatchingSurfacePos, vector::RandomDir2D(), and Math::RandomFloatInclusive().
Referenced by Perform().
|
inlineprotected |
Definition at line 124 of file spookyareamisc.c.
References m_Surfaces.
Referenced by CanPerform(), and GetSoundPos().
|
protected |
Referenced by SpookyEventBase().
|
inlineprotected |
Definition at line 152 of file spookyareamisc.c.
References Do(), Debug::DrawSphere(), DiagMenu::GetBool(), GetSoundPos(), m_PerformedTimestamp, m_SoundSet, SEffectManager::PlaySound(), Print(), EffectSound::SetAutodestroy(), and Colors::YELLOW.
Referenced by SelectEvent().
|
inlineprotected |
Definition at line 119 of file spookyareamisc.c.
References m_Cooldown.
Referenced by SpookyEventSteps::Init(), and SpookyEventWind::Init().
|
protected |
Definition at line 90 of file spookyareamisc.c.
Referenced by CanPerform(), and SetCoolDown().
|
protected |
Definition at line 94 of file spookyareamisc.c.
Referenced by CanPerform(), and GetSoundPos().
|
protected |
Definition at line 89 of file spookyareamisc.c.
Referenced by CanPerform(), and Perform().
|
protected |
Definition at line 92 of file spookyareamisc.c.
Referenced by SpookyEventSteps::Init(), SpookyEventWind::Init(), and Perform().
|
protected |
Definition at line 93 of file spookyareamisc.c.
Referenced by CanPerform(), HasSurfaces(), and SpookyEventSteps::Init().