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

Go to the source code of this file.

Data Structures

class  ActionLockAttachment

Enumerations

enum  eLockTypes

Functions

enum eLockTypes CreateActionComponent ()

Variables

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

Enumeration Type Documentation

◆ eLockTypes

enum eLockTypes

Definition at line 3 of file actionlockattachment.c.

Function Documentation

◆ CreateActionComponent()

enum eLockTypes CreateActionComponent ( )

Definition at line 1 of file actionlockattachment.c.

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.