Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ActionLockAttachment |
Enumerations | |
enum | eLockTypes |
Functions | |
enum eLockTypes | CreateActionComponent () |
Variables | |
NONE = 0 | |
LOCK_SCREW = 1 | |
LOCK_BOLT = 2 | |
LOCK_NUT = 3 | |
LOCK_WIRE = 4 | |
enum eLockTypes |
Definition at line 3 of file actionlockattachment.c.
enum eLockTypes CreateActionComponent | ( | ) |
Definition at line 14 of file actionlockattachment.c.
LOCK_BOLT = 2 |
Definition at line 4 of file actionlockattachment.c.
LOCK_NUT = 3 |
Definition at line 5 of file actionlockattachment.c.
LOCK_SCREW = 1 |
Definition at line 3 of file actionlockattachment.c.
LOCK_WIRE = 4 |
Definition at line 6 of file actionlockattachment.c.
@ NONE = 0 |
Definition at line 2 of file actionlockattachment.c.