Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actionsawplanks.c File Reference

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

Function Documentation

◆ CreateActionComponent()

override void CreateActionComponent ( )

Definition at line 12 of file actionsawplanks.c.

References GetDefaultTime().

◆ 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().

Variable Documentation

◆ TIME_AXES

const float TIME_AXES = 1.2
static

Definition at line 10 of file actionsawplanks.c.

Referenced by GetDefaultTime().

◆ TIME_SAW_HACKSAW

const float TIME_SAW_HACKSAW = 3.0
static

Definition at line 9 of file actionsawplanks.c.

Referenced by GetDefaultTime().

◆ TIME_SAW_HANDSAW

SawPlanksActionData TIME_SAW_HANDSAW = 1.5

Referenced by GetDefaultTime().