Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Variables | |
const int | AC_UNCATEGORIZED = 0 |
const int | AC_SINGLE_USE = 1 |
const int | AC_CONTINUOUS = 2 |
const int | AC_INTERACT = 3 |
const int | AT_BUILD_PART = 193 |
const int | AT_DISMANTLE_PART = 195 |
const int | AT_DESTROY_PART = 209 |
const int | AT_WPN_ATTACH_MAGAZINE = 1501 |
const int | AT_WPN_SWAP_MAGAZINE = 1502 |
const int | AT_WPN_DETACH_MAGAZINE = 1503 |
const int | AT_WPN_LOAD_BULLET = 1504 |
const int | AT_WPN_UNJAM = 1505 |
const int | AT_WPN_EJECT_BULLET = 1506 |
const int | AT_WPN_LOAD_MULTI_BULLETS_START = 1507 |
const int | AT_WPN_LOAD_MULTI_BULLETS_END = 1508 |
const int | AT_WPN_SET_NEXT_MUZZLE_MODE = 1509 |
const int AC_CONTINUOUS = 2 |
Definition at line 3 of file _constants.c.
const int AC_INTERACT = 3 |
Definition at line 4 of file _constants.c.
const int AC_SINGLE_USE = 1 |
Definition at line 2 of file _constants.c.
const int AC_UNCATEGORIZED = 0 |
Definition at line 1 of file _constants.c.
const int AT_BUILD_PART = 193 |
Definition at line 6 of file _constants.c.
const int AT_DESTROY_PART = 209 |
Definition at line 8 of file _constants.c.
const int AT_DISMANTLE_PART = 195 |
Definition at line 7 of file _constants.c.
const int AT_WPN_ATTACH_MAGAZINE = 1501 |
Definition at line 10 of file _constants.c.
const int AT_WPN_DETACH_MAGAZINE = 1503 |
Definition at line 12 of file _constants.c.
const int AT_WPN_EJECT_BULLET = 1506 |
Definition at line 15 of file _constants.c.
const int AT_WPN_LOAD_BULLET = 1504 |
Definition at line 13 of file _constants.c.
const int AT_WPN_LOAD_MULTI_BULLETS_END = 1508 |
Definition at line 17 of file _constants.c.
const int AT_WPN_LOAD_MULTI_BULLETS_START = 1507 |
Definition at line 16 of file _constants.c.
const int AT_WPN_SET_NEXT_MUZZLE_MODE = 1509 |
Definition at line 18 of file _constants.c.
const int AT_WPN_SWAP_MAGAZINE = 1502 |
Definition at line 11 of file _constants.c.
const int AT_WPN_UNJAM = 1505 |
Definition at line 14 of file _constants.c.