Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
_constants.c
Go to the documentation of this file.
1
// Commands using action data chanel sync
2
const
int
INPUT_UDT_STANDARD_ACTION_START
= 1;
3
const
int
INPUT_UDT_STANDARD_ACTION_END_REQUEST
= 2;
4
const
int
INPUT_UDT_STANDARD_ACTION_INPUT_END
= 3;
5
const
int
INPUT_UDT_QUICKABARSHORTCUT
= 4;
6
const
int
INPUT_UDT_MELEE_TARGET
= 5;
7
const
int
INPUT_UDT_WEAPON_ACTION
= 6;
8
const
int
INPUT_UDT_ITEM_MANIPULATION
= 7;
9
const
int
INPUT_UDT_INVENTORY
= 8;
10
const
int
INPUT_UDT_ADVANCED_PLACEMENT
= 9;
11
//const int INPUT_UDT_WEAPON_REMOTE_SYNC = 9; // obsolette
12
const
int
INPUT_UDT_WEAPON_REMOTE_EVENT
= 10;
13
const
int
INPUT_UDT_USER_MUTE_XBOX
= 11;
14
const
int
INPUT_UDT_HAND_REMOTE_EVENT
= 12;
15
//const int INPUT_UDT_USER_SYNC_PERMISSIONS = 12;// obsolete
16
const
int
INPUT_UDT_WEAPON_LIFT_EVENT
= 13;
17
const
int
INPUT_UDT_RESET_ADS
= 14;
18
const
int
INPUT_UDT_GESTURE
= 15;
19
const
int
INPUT_UDT_INVENTORY_CHECK
= 16;
20
21
// ELECTRICITY SYSTEM CONSTANTS
22
23
// Plug types
24
const
int
PLUG_UNDEFINED
= 0;
25
const
int
PLUG_BATTERY_SLOT
= 1;
26
const
int
PLUG_COMMON_APPLIANCE
= 2;
27
const
int
PLUG_CROCODILE_PINS
= 3;
28
const
int
PLUG_CROCODILE_PINS_CHARGER
= 4;
29
const
int
PLUG_PAS_DEVICE
= 5;
30
const
int
PLUG_BARBED_WIRE
= 6;
31
const
int
PLUG_GAS_CAN_SLOT
= 7;
32
const
int
PLUG_VEHICLE_BATTERY_PINS
= 8;
33
34
// Automatic attachment actions
35
const
int
NO_ATTACHMENT_ACTION
= 0;
36
const
int
PLUG_THIS_INTO_ATTACHMENT
= 1;
37
const
int
PLUG_ATTACHMENTS_INTO_THIS
= 2;
PLUG_ATTACHMENTS_INTO_THIS
const int PLUG_ATTACHMENTS_INTO_THIS
Definition
_constants.c:37
PLUG_THIS_INTO_ATTACHMENT
const int PLUG_THIS_INTO_ATTACHMENT
Definition
_constants.c:36
INPUT_UDT_WEAPON_ACTION
const int INPUT_UDT_WEAPON_ACTION
Definition
_constants.c:7
INPUT_UDT_MELEE_TARGET
const int INPUT_UDT_MELEE_TARGET
Definition
_constants.c:6
INPUT_UDT_INVENTORY
const int INPUT_UDT_INVENTORY
Definition
_constants.c:9
PLUG_BATTERY_SLOT
const int PLUG_BATTERY_SLOT
Definition
_constants.c:25
INPUT_UDT_QUICKABARSHORTCUT
const int INPUT_UDT_QUICKABARSHORTCUT
Definition
_constants.c:5
INPUT_UDT_ITEM_MANIPULATION
const int INPUT_UDT_ITEM_MANIPULATION
Definition
_constants.c:8
PLUG_BARBED_WIRE
const int PLUG_BARBED_WIRE
Definition
_constants.c:30
PLUG_UNDEFINED
const int PLUG_UNDEFINED
Definition
_constants.c:24
INPUT_UDT_RESET_ADS
const int INPUT_UDT_RESET_ADS
Definition
_constants.c:17
INPUT_UDT_INVENTORY_CHECK
const int INPUT_UDT_INVENTORY_CHECK
Definition
_constants.c:19
PLUG_VEHICLE_BATTERY_PINS
const int PLUG_VEHICLE_BATTERY_PINS
Definition
_constants.c:32
INPUT_UDT_WEAPON_LIFT_EVENT
const int INPUT_UDT_WEAPON_LIFT_EVENT
Definition
_constants.c:16
INPUT_UDT_USER_MUTE_XBOX
const int INPUT_UDT_USER_MUTE_XBOX
Definition
_constants.c:13
PLUG_CROCODILE_PINS_CHARGER
const int PLUG_CROCODILE_PINS_CHARGER
Definition
_constants.c:28
PLUG_GAS_CAN_SLOT
const int PLUG_GAS_CAN_SLOT
Definition
_constants.c:31
INPUT_UDT_STANDARD_ACTION_END_REQUEST
const int INPUT_UDT_STANDARD_ACTION_END_REQUEST
Definition
_constants.c:3
INPUT_UDT_GESTURE
const int INPUT_UDT_GESTURE
Definition
_constants.c:18
INPUT_UDT_WEAPON_REMOTE_EVENT
const int INPUT_UDT_WEAPON_REMOTE_EVENT
Definition
_constants.c:12
INPUT_UDT_STANDARD_ACTION_START
const int INPUT_UDT_STANDARD_ACTION_START
Definition
_constants.c:2
INPUT_UDT_ADVANCED_PLACEMENT
const int INPUT_UDT_ADVANCED_PLACEMENT
Definition
_constants.c:10
PLUG_CROCODILE_PINS
const int PLUG_CROCODILE_PINS
Definition
_constants.c:27
INPUT_UDT_HAND_REMOTE_EVENT
const int INPUT_UDT_HAND_REMOTE_EVENT
Definition
_constants.c:14
PLUG_PAS_DEVICE
const int PLUG_PAS_DEVICE
Definition
_constants.c:29
INPUT_UDT_STANDARD_ACTION_INPUT_END
const int INPUT_UDT_STANDARD_ACTION_INPUT_END
Definition
_constants.c:4
PLUG_COMMON_APPLIANCE
const int PLUG_COMMON_APPLIANCE
Definition
_constants.c:26
NO_ATTACHMENT_ACTION
const int NO_ATTACHMENT_ACTION
Definition
_constants.c:35
Games
Dayz
scripts
3_game
tools
component
_constants.c
Generated by
1.17.0