![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Variables | |
| const int | AC_CONTINUOUS = 2 |
| const int | AC_INTERACT = 3 |
| const int | AC_SINGLE_USE = 1 |
| const int | AC_UNCATEGORIZED = 0 |
| const int | AT_BUILD_PART = 193 |
| const int | AT_DESTROY_PART = 209 |
| const int | AT_DISMANTLE_PART = 195 |
| const int | AT_WPN_ATTACH_MAGAZINE = 1501 |
| const int | AT_WPN_DETACH_MAGAZINE = 1503 |
| const int | AT_WPN_EJECT_BULLET = 1506 |
| const int | AT_WPN_LOAD_BULLET = 1504 |
| const int | AT_WPN_LOAD_MULTI_BULLETS_END = 1508 |
| const int | AT_WPN_LOAD_MULTI_BULLETS_START = 1507 |
| const int | AT_WPN_SET_NEXT_MUZZLE_MODE = 1509 |
| const int | AT_WPN_SWAP_MAGAZINE = 1502 |
| const int | AT_WPN_UNJAM = 1505 |
| const int AC_CONTINUOUS = 2 |
Definition at line 3 of file _constants.c.
Referenced by ActionContinuousBase::GetActionCategory(), FirearmActionLoadMultiBullet::GetActionCategory(), and SelectCrossHair().
| const int AC_INTERACT = 3 |
Definition at line 4 of file _constants.c.
Referenced by ActionGetInTransport::GetActionCategory(), ActionGetOutTransport::GetActionCategory(), and ActionInteractBase::GetActionCategory().
| const int AC_SINGLE_USE = 1 |
Definition at line 2 of file _constants.c.
Referenced by ActionCondition(), ActionFoldMap::GetActionCategory(), ActionSingleUseBase::GetActionCategory(), FirearmActionAttachMagazine::GetActionCategory(), FirearmActionBase::GetActionCategory(), and GetActionCategory().
| const int AC_UNCATEGORIZED = 0 |
Definition at line 1 of file _constants.c.
Referenced by ActionBase::GetActionCategory().
| const int AT_BUILD_PART = 193 |
Definition at line 6 of file _constants.c.
Referenced by ItemBase::FullyBuild(), TerritoryFlag::FullyBuild(), ActionBuildPart::OnFinishProgressServer(), ActionBuildShelter::OnFinishProgressServer(), and ItemBase::SetActionFromSyncData().
| const int AT_DESTROY_PART = 209 |
Definition at line 8 of file _constants.c.
Referenced by DestroyConnectedParts(), ItemBase::EEHealthLevelChanged(), ActionDestroyPart::OnFinishProgressServer(), and ItemBase::SetActionFromSyncData().
| const int AT_DISMANTLE_PART = 195 |
Definition at line 7 of file _constants.c.
Referenced by ActionDismantlePart::OnFinishProgressServer(), and ItemBase::SetActionFromSyncData().
| const int AT_WPN_ATTACH_MAGAZINE = 1501 |
Definition at line 10 of file _constants.c.
Referenced by WeaponManager::AttachMagazine(), WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), and WeaponManager::Synchronize().
| const int AT_WPN_DETACH_MAGAZINE = 1503 |
Definition at line 12 of file _constants.c.
Referenced by WeaponManager::DetachMagazine(), WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), and WeaponManager::Synchronize().
| const int AT_WPN_EJECT_BULLET = 1506 |
Definition at line 15 of file _constants.c.
Referenced by WeaponManager::EjectBullet(), WeaponManager::EjectBulletVerified(), WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), and WeaponManager::Synchronize().
| const int AT_WPN_LOAD_BULLET = 1504 |
Definition at line 13 of file _constants.c.
Referenced by WeaponManager::LoadBullet(), WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), and WeaponManager::Synchronize().
| const int AT_WPN_LOAD_MULTI_BULLETS_END = 1508 |
Definition at line 17 of file _constants.c.
Referenced by WeaponManager::StartPendingAction().
| const int AT_WPN_LOAD_MULTI_BULLETS_START = 1507 |
Definition at line 16 of file _constants.c.
Referenced by WeaponManager::LoadMultiBullet(), WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), and WeaponManager::Synchronize().
| const int AT_WPN_SET_NEXT_MUZZLE_MODE = 1509 |
Definition at line 18 of file _constants.c.
Referenced by WeaponManager::OnInputUserDataProcess(), WeaponManager::SetNextMuzzleMode(), and WeaponManager::StartPendingAction().
| const int AT_WPN_SWAP_MAGAZINE = 1502 |
Definition at line 11 of file _constants.c.
Referenced by WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), WeaponManager::SwapMagazine(), WeaponManager::SwapMagazineEx(), and WeaponManager::Synchronize().
| const int AT_WPN_UNJAM = 1505 |
Definition at line 14 of file _constants.c.
Referenced by WeaponManager::OnInputUserDataProcess(), WeaponManager::StartPendingAction(), WeaponManager::Synchronize(), and WeaponManager::Unjam().