![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionSawPlanks |
| class | SawPlanksActionData |
Functions | |
| override void | CreateActionComponent () |
| float | GetDefaultTime () |
Variables | |
| static const float | TIME_AXES = 1.2 |
| static const float | TIME_SAW_HACKSAW = 3.0 |
| SawPlanksActionData | TIME_SAW_HANDSAW = 1.5 |
| override void CreateActionComponent | ( | ) |
Definition at line 12 of file actionsawplanks.c.
References GetDefaultTime().
| float GetDefaultTime | ( | ) |
Definition at line 17 of file actionsawplanks.c.
References Debug::Log(), TIME_AXES, TIME_SAW_HACKSAW, and TIME_SAW_HANDSAW.
Referenced by CreateActionComponent().
|
static |
Definition at line 10 of file actionsawplanks.c.
Referenced by GetDefaultTime().
|
static |
Definition at line 9 of file actionsawplanks.c.
Referenced by GetDefaultTime().
| SawPlanksActionData TIME_SAW_HANDSAW = 1.5 |
Referenced by GetDefaultTime().