DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс SpookyEventWind
+ Граф наследования:SpookyEventWind:

Защищенные члены

void Init ()
 
bool CanDo (PlayerBase player, TStringVectorMap surfaceTypes)
 
void Do (PlayerBase player)
 

Дополнительные унаследованные члены

- Закрытые члены унаследованные от 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)
 
- Закрытые данные унаследованные от SpookyEventBase
float m_PerformedTimestamp
 
int m_Cooldown
 
string m_SoundSet
 
ref TStringArray m_Surfaces
 
vector m_MatchingSurfacePos
 

Подробное описание

Методы

◆ CanDo()

bool CanDo ( PlayerBase player,
TStringVectorMap surfaceTypes )
inlineprotected
11 {
12 return player.IsSoundInsideBuilding();
13 }
Definition EntityAI.c:95

◆ Do()

void Do ( PlayerBase player)
inlineprotected
16 {
17 //put additional code here
18 }

◆ Init()

void Init ( )
inlineprotected
5 {
6 SetCoolDown(65);
7 m_SoundSet = "SpookyArea_WhistlingWind_SoundSet";
8 }
void SetCoolDown(float secs)
Definition SpookyAreaMisc.c:119
string m_SoundSet
Definition SpookyAreaMisc.c:92

Перекрестные ссылки SpookyEventBase::m_SoundSet и SpookyEventBase::SetCoolDown().


Объявления и описания членов класса находятся в файле: