|
DayZ 1.24
|
Protected Member Functions | |
| void | Init () |
| bool | CanDo (PlayerBase player, TStringVectorMap surfaceTypes) |
| 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 2 of file SpookyAreaMisc.c.
|
inlineprotected |
Definition at line 10 of file SpookyAreaMisc.c.
|
inlineprotected |
Definition at line 15 of file SpookyAreaMisc.c.
|
inlineprotected |
Definition at line 4 of file SpookyAreaMisc.c.
References SpookyEventBase::m_SoundSet, and SpookyEventBase::SetCoolDown().