![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
| const int INPUT_UDT_ADVANCED_PLACEMENT = 9 |
Definition at line 10 of file _constants.c.
Referenced by ManBase::TogglePlacingLocal(), and ManBase::TogglePlacingServer().
| const int INPUT_UDT_GESTURE = 15 |
Definition at line 18 of file _constants.c.
Referenced by ManBase::OnInputUserDataProcess(), OnInputUserDataProcess(), SendEmoteRequestSync(), and SendEmoteRequestSyncEx().
| const int INPUT_UDT_HAND_REMOTE_EVENT = 12 |
Definition at line 14 of file _constants.c.
Referenced by DayZPlayer::OnInputForRemote(), and SyncHandEventToRemote().
| const int INPUT_UDT_INVENTORY = 8 |
Definition at line 9 of file _constants.c.
Referenced by DayZPlayer::OnInputForRemote(), DayZPlayer::OnInputFromServer(), ManBase::OnInputUserDataProcess(), OnInventoryJunctureFailureFromServer(), InventoryInputUserData::SerializeHandEvent(), InventoryInputUserData::SerializeMove(), InventoryInputUserData::SerializeSwap(), and HumanInventory::Update().
| const int INPUT_UDT_INVENTORY_CHECK = 16 |
Definition at line 19 of file _constants.c.
Referenced by OnInventoryCheck(), and InventoryInputUserData::SendClientInventoryCheck().
| const int INPUT_UDT_ITEM_MANIPULATION = 7 |
Definition at line 8 of file _constants.c.
Referenced by InventoryItem::CombineItemsClient(), ManBase::HandleRemoteItemManipulation(), InventoryItem::OnRightClick(), InventoryItem::SplitIntoStackMaxCargoClient(), InventoryItem::SplitIntoStackMaxClient(), InventoryItem::SplitIntoStackMaxHandsClient(), and InventoryItem::SplitIntoStackMaxToInventoryLocationClient().
| const int INPUT_UDT_MELEE_TARGET = 5 |
Definition at line 6 of file _constants.c.
Referenced by DayZPlayer::OnInputUserDataProcess(), and Update().
| const int INPUT_UDT_QUICKABARSHORTCUT = 4 |
Definition at line 5 of file _constants.c.
Referenced by OnInputUserDataProcess(), and SetEntityShortcut().
| const int INPUT_UDT_RESET_ADS = 14 |
Definition at line 17 of file _constants.c.
Referenced by ManBase::ProcessADSSyncResetRequest(), and ManBase::ResetADSPlayerSync().
| const int INPUT_UDT_STANDARD_ACTION_END_REQUEST = 2 |
Definition at line 3 of file _constants.c.
Referenced by ActionBaseCB::Interrupt(), ActionManagerServer::OnInputUserDataProcess(), ActionManagerClient::ProcessActionRequestEnd(), and ActionManagerClient::RequestInterruptAction().
| const int INPUT_UDT_STANDARD_ACTION_INPUT_END = 3 |
Definition at line 4 of file _constants.c.
Referenced by ActionManagerServer::OnInputUserDataProcess(), and ActionManagerClient::ProcessActionInputEnd().
| const int INPUT_UDT_STANDARD_ACTION_START = 1 |
Definition at line 2 of file _constants.c.
Referenced by ActionManagerClient::ActionStart(), and ActionManagerServer::OnInputUserDataProcess().
| const int INPUT_UDT_USER_MUTE_XBOX = 11 |
Definition at line 13 of file _constants.c.
Referenced by OnlineServices::MutePlayer(), and ManBase::OnInputUserDataProcess().
| const int INPUT_UDT_WEAPON_ACTION = 6 |
Definition at line 7 of file _constants.c.
Referenced by WeaponManager::OnInputUserDataProcess(), and WeaponManager::Synchronize().
| const int INPUT_UDT_WEAPON_LIFT_EVENT = 13 |
Definition at line 16 of file _constants.c.
Referenced by ManBase::OnInputUserDataProcess(), and ManBase::SendLiftWeaponSync().
| const int INPUT_UDT_WEAPON_REMOTE_EVENT = 10 |
Definition at line 12 of file _constants.c.
Referenced by DayZPlayer::OnInputForRemote(), and Weapon::SyncEventToRemote().
| const int NO_ATTACHMENT_ACTION = 0 |
Definition at line 35 of file _constants.c.
| const int PLUG_ATTACHMENTS_INTO_THIS = 2 |
Definition at line 37 of file _constants.c.
Referenced by ComponentEnergyManager::OnAttachmentAdded(), and ComponentEnergyManager::OnAttachmentRemoved().
| const int PLUG_BARBED_WIRE = 6 |
Definition at line 30 of file _constants.c.
| const int PLUG_BATTERY_SLOT = 1 |
Definition at line 25 of file _constants.c.
| const int PLUG_COMMON_APPLIANCE = 2 |
Definition at line 26 of file _constants.c.
Referenced by ComponentEnergyManager::Event_OnAwake(), ComponentEnergyManager::OnOwnSocketReleased(), and ComponentEnergyManager::OnOwnSocketTaken().
| const int PLUG_CROCODILE_PINS = 3 |
Definition at line 27 of file _constants.c.
| const int PLUG_CROCODILE_PINS_CHARGER = 4 |
Definition at line 28 of file _constants.c.
| const int PLUG_GAS_CAN_SLOT = 7 |
Definition at line 31 of file _constants.c.
| const int PLUG_PAS_DEVICE = 5 |
Definition at line 29 of file _constants.c.
| const int PLUG_THIS_INTO_ATTACHMENT = 1 |
Definition at line 36 of file _constants.c.
Referenced by ComponentEnergyManager::OnAttachmentAdded(), and ComponentEnergyManager::OnAttachmentRemoved().
| const int PLUG_UNDEFINED = 0 |
Definition at line 24 of file _constants.c.
Referenced by ComponentEnergyManager::IsPlugCompatible().
| const int PLUG_VEHICLE_BATTERY_PINS = 8 |
Definition at line 32 of file _constants.c.