DayZ 1.26
DayZ Explorer by KGB
|
Перечисления | |
enum | SoundTypeTent { REPACK = 1 , NONE = 0 } |
Функции | |
void | LargeTent () |
void | ~LargeTent () |
override void | OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx) |
void | PlayRepackingLoopSound () |
void | StopRepackingLoopSound () |
override void | EEInit () |
override void | OnItemLocationChanged (EntityAI old_owner, EntityAI new_owner) |
override string | GetSoundOpen () |
override string | GetSoundClose () |
override string | GetSoundOpenWindow () |
override string | GetSoundCloseWindow () |
override bool | HasClutterCutter () |
override string | GetClutterCutter () |
override void | OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0") |
override string | GetDeploySoundset () |
override string | GetLoopDeploySoundset () |
Переменные | |
enum SoundTypeTent | m_RepackingLoopSound |
void LargeTent | ( | ) |
Перекрестные ссылки m_HalfExtents и Vector().
override void OnPlacementComplete | ( | Man | player, |
vector | position = "0 0 0", | ||
vector | orientation = "0 0 0" ) |
Перекрестные ссылки ECE_PLACE_ON_SURFACE, GetGame() и m_ClutterCutter.
override void OnRPC | ( | PlayerIdentity | sender, |
int | rpc_type, | ||
ParamsReadContext | ctx ) |
Перекрестные ссылки PlayRepackingLoopSound() и StopRepackingLoopSound().
void PlayRepackingLoopSound | ( | ) |
Перекрестные ссылки GetPosition, m_RepackingLoopSound и SEffectManager::PlaySound().
Используется в OnRPC().
void StopRepackingLoopSound | ( | ) |
Перекрестные ссылки m_RepackingLoopSound.
Используется в OnRPC().
Перекрестные ссылки SEffectManager::DestroyEffect() и m_RepackingLoopSound.