Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
_constants.c File Reference

Go to the source code of this file.

Variables

const int INPUT_UDT_STANDARD_ACTION_START = 1
 
const int INPUT_UDT_STANDARD_ACTION_END_REQUEST = 2
 
const int INPUT_UDT_STANDARD_ACTION_INPUT_END = 3
 
const int INPUT_UDT_QUICKABARSHORTCUT = 4
 
const int INPUT_UDT_MELEE_TARGET = 5
 
const int INPUT_UDT_WEAPON_ACTION = 6
 
const int INPUT_UDT_ITEM_MANIPULATION = 7
 
const int INPUT_UDT_INVENTORY = 8
 
const int INPUT_UDT_ADVANCED_PLACEMENT = 9
 
const int INPUT_UDT_WEAPON_REMOTE_EVENT = 10
 
const int INPUT_UDT_USER_MUTE_XBOX = 11
 
const int INPUT_UDT_HAND_REMOTE_EVENT = 12
 
const int INPUT_UDT_WEAPON_LIFT_EVENT = 13
 
const int INPUT_UDT_RESET_ADS = 14
 
const int INPUT_UDT_GESTURE = 15
 
const int PLUG_UNDEFINED = 0
 
const int PLUG_BATTERY_SLOT = 1
 
const int PLUG_COMMON_APPLIANCE = 2
 
const int PLUG_CROCODILE_PINS = 3
 
const int PLUG_CROCODILE_PINS_CHARGER = 4
 
const int PLUG_PAS_DEVICE = 5
 
const int PLUG_BARBED_WIRE = 6
 
const int PLUG_GAS_CAN_SLOT = 7
 
const int PLUG_VEHICLE_BATTERY_PINS = 8
 
const int NO_ATTACHMENT_ACTION = 0
 
const int PLUG_THIS_INTO_ATTACHMENT = 1
 
const int PLUG_ATTACHMENTS_INTO_THIS = 2
 

Variable Documentation

◆ INPUT_UDT_ADVANCED_PLACEMENT

const int INPUT_UDT_ADVANCED_PLACEMENT = 9

Definition at line 10 of file _constants.c.

◆ INPUT_UDT_GESTURE

const int INPUT_UDT_GESTURE = 15

Definition at line 18 of file _constants.c.

◆ INPUT_UDT_HAND_REMOTE_EVENT

const int INPUT_UDT_HAND_REMOTE_EVENT = 12

Definition at line 14 of file _constants.c.

◆ INPUT_UDT_INVENTORY

const int INPUT_UDT_INVENTORY = 8

Definition at line 9 of file _constants.c.

◆ INPUT_UDT_ITEM_MANIPULATION

const int INPUT_UDT_ITEM_MANIPULATION = 7

Definition at line 8 of file _constants.c.

◆ INPUT_UDT_MELEE_TARGET

const int INPUT_UDT_MELEE_TARGET = 5

Definition at line 6 of file _constants.c.

◆ INPUT_UDT_QUICKABARSHORTCUT

const int INPUT_UDT_QUICKABARSHORTCUT = 4

Definition at line 5 of file _constants.c.

◆ INPUT_UDT_RESET_ADS

const int INPUT_UDT_RESET_ADS = 14

Definition at line 17 of file _constants.c.

◆ INPUT_UDT_STANDARD_ACTION_END_REQUEST

const int INPUT_UDT_STANDARD_ACTION_END_REQUEST = 2

Definition at line 3 of file _constants.c.

◆ INPUT_UDT_STANDARD_ACTION_INPUT_END

const int INPUT_UDT_STANDARD_ACTION_INPUT_END = 3

Definition at line 4 of file _constants.c.

◆ INPUT_UDT_STANDARD_ACTION_START

const int INPUT_UDT_STANDARD_ACTION_START = 1

Definition at line 2 of file _constants.c.

◆ INPUT_UDT_USER_MUTE_XBOX

const int INPUT_UDT_USER_MUTE_XBOX = 11

Definition at line 13 of file _constants.c.

◆ INPUT_UDT_WEAPON_ACTION

const int INPUT_UDT_WEAPON_ACTION = 6

Definition at line 7 of file _constants.c.

◆ INPUT_UDT_WEAPON_LIFT_EVENT

const int INPUT_UDT_WEAPON_LIFT_EVENT = 13

Definition at line 16 of file _constants.c.

◆ INPUT_UDT_WEAPON_REMOTE_EVENT

const int INPUT_UDT_WEAPON_REMOTE_EVENT = 10

Definition at line 12 of file _constants.c.

◆ NO_ATTACHMENT_ACTION

const int NO_ATTACHMENT_ACTION = 0

Definition at line 34 of file _constants.c.

◆ PLUG_ATTACHMENTS_INTO_THIS

const int PLUG_ATTACHMENTS_INTO_THIS = 2

Definition at line 36 of file _constants.c.

◆ PLUG_BARBED_WIRE

const int PLUG_BARBED_WIRE = 6

Definition at line 29 of file _constants.c.

◆ PLUG_BATTERY_SLOT

const int PLUG_BATTERY_SLOT = 1

Definition at line 24 of file _constants.c.

◆ PLUG_COMMON_APPLIANCE

const int PLUG_COMMON_APPLIANCE = 2

Definition at line 25 of file _constants.c.

◆ PLUG_CROCODILE_PINS

const int PLUG_CROCODILE_PINS = 3

Definition at line 26 of file _constants.c.

◆ PLUG_CROCODILE_PINS_CHARGER

const int PLUG_CROCODILE_PINS_CHARGER = 4

Definition at line 27 of file _constants.c.

◆ PLUG_GAS_CAN_SLOT

const int PLUG_GAS_CAN_SLOT = 7

Definition at line 30 of file _constants.c.

◆ PLUG_PAS_DEVICE

const int PLUG_PAS_DEVICE = 5

Definition at line 28 of file _constants.c.

◆ PLUG_THIS_INTO_ATTACHMENT

const int PLUG_THIS_INTO_ATTACHMENT = 1

Definition at line 35 of file _constants.c.

◆ PLUG_UNDEFINED

const int PLUG_UNDEFINED = 0

Definition at line 23 of file _constants.c.

◆ PLUG_VEHICLE_BATTERY_PINS

const int PLUG_VEHICLE_BATTERY_PINS = 8

Definition at line 31 of file _constants.c.