Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
_constants.c
Go to the documentation of this file.
1
const
int
AC_UNCATEGORIZED
= 0;
2
const
int
AC_SINGLE_USE
= 1;
3
const
int
AC_CONTINUOUS
= 2;
4
const
int
AC_INTERACT
= 3;
5
6
const
int
AT_BUILD_PART
= 193;
7
const
int
AT_DISMANTLE_PART
= 195;
8
const
int
AT_DESTROY_PART
= 209;
9
10
const
int
AT_WPN_ATTACH_MAGAZINE
= 1501;
11
const
int
AT_WPN_SWAP_MAGAZINE
= 1502;
12
const
int
AT_WPN_DETACH_MAGAZINE
= 1503;
13
const
int
AT_WPN_LOAD_BULLET
= 1504;
14
const
int
AT_WPN_UNJAM
= 1505;
15
const
int
AT_WPN_EJECT_BULLET
= 1506;
16
const
int
AT_WPN_LOAD_MULTI_BULLETS_START
= 1507;
17
const
int
AT_WPN_LOAD_MULTI_BULLETS_END
= 1508;
18
const
int
AT_WPN_SET_NEXT_MUZZLE_MODE
= 1509;
AT_WPN_LOAD_BULLET
const int AT_WPN_LOAD_BULLET
Definition:
_constants.c:13
AT_WPN_ATTACH_MAGAZINE
const int AT_WPN_ATTACH_MAGAZINE
Definition:
_constants.c:10
AT_WPN_LOAD_MULTI_BULLETS_START
const int AT_WPN_LOAD_MULTI_BULLETS_START
Definition:
_constants.c:16
AC_UNCATEGORIZED
const int AC_UNCATEGORIZED
Definition:
_constants.c:1
AC_INTERACT
const int AC_INTERACT
Definition:
_constants.c:4
AC_CONTINUOUS
const int AC_CONTINUOUS
Definition:
_constants.c:3
AT_WPN_SWAP_MAGAZINE
const int AT_WPN_SWAP_MAGAZINE
Definition:
_constants.c:11
AT_DISMANTLE_PART
const int AT_DISMANTLE_PART
Definition:
_constants.c:7
AT_WPN_LOAD_MULTI_BULLETS_END
const int AT_WPN_LOAD_MULTI_BULLETS_END
Definition:
_constants.c:17
AT_WPN_UNJAM
const int AT_WPN_UNJAM
Definition:
_constants.c:14
AT_WPN_EJECT_BULLET
const int AT_WPN_EJECT_BULLET
Definition:
_constants.c:15
AT_WPN_SET_NEXT_MUZZLE_MODE
const int AT_WPN_SET_NEXT_MUZZLE_MODE
Definition:
_constants.c:18
AT_BUILD_PART
const int AT_BUILD_PART
Definition:
_constants.c:6
AT_DESTROY_PART
const int AT_DESTROY_PART
Definition:
_constants.c:8
AC_SINGLE_USE
const int AC_SINGLE_USE
Definition:
_constants.c:2
AT_WPN_DETACH_MAGAZINE
const int AT_WPN_DETACH_MAGAZINE
Definition:
_constants.c:12
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
_constants.c
Generated by
1.8.17