Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | TrapSpawnBase |
Functions | |
override void | OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0") |
override bool | IsDeployable () |
override string | GetDeploySoundset () |
override string | GetLoopDeploySoundset () |
override bool | DoPlacingHeightCheck () |
Variables | |
class Trap_SmallFish extends TrapSpawnBase | m_RainProcurement |
override bool DoPlacingHeightCheck | ( | ) |
Definition at line 186 of file trap_smallfish.c.
override string GetDeploySoundset | ( | ) |
Definition at line 176 of file trap_smallfish.c.
override string GetLoopDeploySoundset | ( | ) |
Definition at line 181 of file trap_smallfish.c.
override bool IsDeployable | ( | ) |
Definition at line 171 of file trap_smallfish.c.
override void OnPlacementComplete | ( | Man | player, |
vector | position = "0 0 0" , |
||
vector | orientation = "0 0 0" |
||
) |
Definition at line 164 of file trap_smallfish.c.
class Trap_SmallFish extends TrapSpawnBase m_RainProcurement |