![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | SoundTypeTent { REPACK = 1, NONE = 0 } |
Functions | |
| 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 () |
| override void | SetActions () |
Variables | |
| enum SoundTypeTent | m_RepackingLoopSound |
| enum SoundTypeTent |
| Enumerator | |
|---|---|
| REPACK | |
| NONE | |
Definition at line 1 of file largetent.c.
| override void EEInit | ( | ) |
Definition at line 86 of file largetent.c.
| override string GetClutterCutter | ( | ) |
Definition at line 121 of file largetent.c.
| override string GetDeploySoundset | ( | ) |
Definition at line 146 of file largetent.c.
| override string GetLoopDeploySoundset | ( | ) |
Definition at line 151 of file largetent.c.
| override string GetSoundClose | ( | ) |
Definition at line 101 of file largetent.c.
| override string GetSoundCloseWindow | ( | ) |
Definition at line 111 of file largetent.c.
| override string GetSoundOpen | ( | ) |
Definition at line 96 of file largetent.c.
| override string GetSoundOpenWindow | ( | ) |
Definition at line 106 of file largetent.c.
| override bool HasClutterCutter | ( | ) |
Definition at line 116 of file largetent.c.
| void LargeTent | ( | ) |
Definition at line 11 of file largetent.c.
Definition at line 91 of file largetent.c.
| override void OnPlacementComplete | ( | Man | player, |
| vector | position = "0 0 0", |
||
| vector | orientation = "0 0 0" |
||
| ) |
Definition at line 130 of file largetent.c.
| override void OnRPC | ( | PlayerIdentity | sender, |
| int | rpc_type, | ||
| ParamsReadContext | ctx | ||
| ) |
Definition at line 43 of file largetent.c.
| void PlayRepackingLoopSound | ( | ) |
Definition at line 72 of file largetent.c.
| override void SetActions | ( | ) |
Definition at line 156 of file largetent.c.
| void StopRepackingLoopSound | ( | ) |
Definition at line 80 of file largetent.c.
| void ~LargeTent | ( | ) |
Definition at line 38 of file largetent.c.
| enum SoundTypeTent m_RepackingLoopSound |