DayZ 1.24
Loading...
Searching...
No Matches
ActionLockAttachment.c File Reference

Go to the source code of this file.

Classes

class  ActionLockAttachment
 

Enumerations

enum  eLockTypes
 

Functions

enum eLockTypes CreateActionComponent ()
 

Variables

 NONE = 0
 
 LOCK_SCREW = 1
 
 LOCK_BOLT = 2
 
 LOCK_NUT = 3
 
 LOCK_WIRE = 4
 

Enumeration Type Documentation

◆ eLockTypes

Definition at line 3 of file ActionLockAttachment.c.

4{
5 NONE = 0,
6 LOCK_SCREW = 1,
7 LOCK_BOLT = 2,
8 LOCK_NUT = 3,
9 LOCK_WIRE = 4
10}

Function Documentation

◆ CreateActionComponent()

enum eLockTypes CreateActionComponent ( )

Definition at line 1 of file ActionLockAttachment.c.

15 {
16 m_ActionData.m_ActionComponent = new CAContinuousTime(UATimeSpent.BASEBUILDING_REPAIR_FAST);
17 }
const float BASEBUILDING_REPAIR_FAST

Variable Documentation

◆ LOCK_BOLT

LOCK_BOLT = 2

Definition at line 17 of file ActionLockAttachment.c.

◆ LOCK_NUT

LOCK_NUT = 3

Definition at line 18 of file ActionLockAttachment.c.

◆ LOCK_SCREW

LOCK_SCREW = 1

Definition at line 16 of file ActionLockAttachment.c.

◆ LOCK_WIRE

LOCK_WIRE = 4

Definition at line 19 of file ActionLockAttachment.c.

◆ NONE

@ NONE = 0

Definition at line 15 of file ActionLockAttachment.c.