|
DayZ 1.24
|
This is the complete list of members for Weapon, including all inherited members.
| AfterStoreLoad() | Weapon | inlineprotected |
| AssembleGun() | Weapon | protected |
| CanBeUsedForSuicide() | Weapon | inlineprotected |
| CanChamberBullet(int muzzleIndex, Magazine mag) | Weapon | inlineprotected |
| CanEjectBullet() | Weapon | inlineprotected |
| CanEnterIronsights() | Weapon | inlineprotected |
| CanFire() | Weapon | inlineprotected |
| CanProcessAction(int action, int actionType) | Weapon | inlineprotected |
| CanProcessWeaponEvents() | Weapon | inlineprotected |
| CanReleaseAttachment(EntityAI attachment) | Weapon | inlineprotected |
| CanRemoveFromHands(EntityAI parent) | Weapon | inlineprotected |
| CopyWeaponStateFrom(notnull Weapon_Base src) | Weapon | inlineprotected |
| CreateWeaponWithAmmo(string weaponType, string magazineType="", int flags=WeaponWithAmmoFlags.CHAMBER) | Weapon | inlineprotectedstatic |
| DEFAULT_DAMAGE_ON_SHOT | Weapon | protected |
| EEFired(int muzzleType, int mode, string ammoType) | Weapon | inlineprotected |
| EEInit() | Weapon | inlineprotected |
| EEItemAttached(EntityAI item, string slot_name) | Weapon | inlineprotected |
| EEItemDetached(EntityAI item, string slot_name) | Weapon | inlineprotected |
| EEItemLocationChanged(notnull InventoryLocation oldLoc, notnull InventoryLocation newLoc) | Weapon | inlineprotected |
| EjectCartridge(int muzzleIndex, out float ammoDamage, out string ammoTypeName) | Weapon | inlineprotected |
| FillChamber(string ammoType="", int flags=WeaponWithAmmoFlags.CHAMBER) | Weapon | inlineprotected |
| FillInnerMagazine(string ammoType="", int flags=WeaponWithAmmoFlags.CHAMBER) | Weapon | inlineprotected |
| ForceSyncSelectionState() | Weapon | inlineprotected |
| GetAbility(int index) | Weapon | inlineprotected |
| GetAbilityCount() | Weapon | inlineprotected |
| GetBayonetAttachmentIdx() | Weapon | inlineprotected |
| GetBurstCount() | Weapon | inlineprotected |
| GetButtstockAttachmentIdx() | Weapon | inlineprotected |
| GetChanceToJam() | Weapon | inlineprotected |
| GetCurrentStableStateID() | Weapon | inlineprotected |
| GetCurrentState() | Weapon | inlineprotected |
| GetEffectiveAttachmentLength() | Weapon | inlineprotected |
| GetInternalStateID() | Weapon | inlineprotected |
| GetMuzzleStates() | Weapon | inlineprotected |
| GetPropertyModifierObject() | Weapon | inlineprotected |
| GetSlotsCountCorrect() | Weapon | inlineprotected |
| GetSlotsCountCorrect() | Weapon | inlineprivate |
| GetSyncChanceToJam() | Weapon | inlineprotected |
| GetWeaponAnimState() | Weapon | inlineprotected |
| GetWeaponDOF() | Weapon | inlineprotected |
| GetWeaponSpecificCommand(int weaponAction, int subCommand) | Weapon | inlineprotected |
| GetWeightSpecialized(bool forceRecalc=false) | Weapon | inlineprotected |
| HasActionAbility(int action, int actionType) | Weapon | inlineprotected |
| HasBayonetAttached() | Weapon | inlineprotected |
| HasButtstockAttached() | Weapon | inlineprotected |
| HideBullet(int muzzleIndex) | Weapon | inlineprotected |
| HideMagazine() | Weapon | inlineprotected |
| HideWeaponBarrel(bool state) | Weapon | inlineprotected |
| hit_mask | Weapon | protected |
| InitDOFProperties(out array< float > temp_array) | Weapon | inlineprotected |
| InitReliability(out array< float > reliability_array) | Weapon | inlineprotected |
| InitShoulderDistance() | Weapon | inlineprotected |
| InitStateMachine() | Weapon | inlineprotected |
| InitWeaponLength() | Weapon | inlineprotected |
| InitWeaponLiftCheckVerticalOffset() | Weapon | inlineprotected |
| IsCharged() | Weapon | inlineprotected |
| IsIdle() | Weapon | inlineprotected |
| IsJammed() | Weapon | inlineprotected |
| IsRemoteWeapon() | Weapon | inlineprotected |
| IsShowingChamberedBullet() | Weapon | inlineprotected |
| IsWaitingForActionFinish() | Weapon | inlineprotected |
| IsWeaponOpen() | Weapon | inlineprotected |
| JamCheck(int muzzleIndex) | Weapon | inlineprotected |
| LiftWeaponCheck(PlayerBase player) | Weapon | inlineprotected |
| LiftWeaponRaycastResultCheck(notnull RaycastRVResult res) | Weapon | inlineprotected |
| LoadCurrentFSMState(ParamsReadContext ctx, int version) | Weapon | inlineprotected |
| m_abilities | Weapon | protected |
| m_BayonetAttached | Weapon | protected |
| m_BayonetAttachmentIdx | Weapon | protected |
| m_bulletSelectionIndex | Weapon | protected |
| m_BurstCount | Weapon | protected |
| m_ButtstockAttached | Weapon | protected |
| m_ButtstockAttachmentIdx | Weapon | protected |
| m_ChanceToJam | Weapon | protected |
| m_ChanceToJamSync | Weapon | protected |
| m_Charged | Weapon | protected |
| m_DmgPerShot | Weapon | protected |
| m_DOFProperties | Weapon | protected |
| m_fsm | Weapon | protected |
| m_isJammed | Weapon | protected |
| m_LastLiftPosition | Weapon | protected |
| m_LiftWeapon | Weapon | protected |
| m_magazineSimpleSelectionIndex | Weapon | protected |
| m_PropertyModifierObject | Weapon | protected |
| m_ShoulderDistance | Weapon | protected |
| m_weaponAnimState | Weapon | protected |
| m_weaponHideBarrelIdx | Weapon | protected |
| m_WeaponLength | Weapon | protected |
| m_WeaponLiftCheckVerticalOffset | Weapon | protected |
| m_WeaponOpen | Weapon | protected |
| OnDebugSpawn() | Weapon | inlineprotected |
| OnFire(int muzzle_index) | Weapon | inlineprotected |
| OnFireModeChange(int fireMode) | Weapon | inlineprotected |
| OnInventoryEnter(Man player) | Weapon | inlineprotected |
| OnInventoryExit(Man player) | Weapon | inlineprotected |
| OnItemLocationChanged(EntityAI old_owner, EntityAI new_owner) | Weapon | inlineprotected |
| OnStoreLoad(ParamsReadContext ctx, int version) | Weapon | inlineprotected |
| OnStoreSave(ParamsWriteContext ctx) | Weapon | inlineprotected |
| ProcessMeleeItemDamage(int mode=0) | Weapon | inlineprotected |
| ProcessWeaponAbortEvent(WeaponEventBase e) | Weapon | inlineprotected |
| ProcessWeaponEvent(WeaponEventBase e) | Weapon | inlineprotected |
| RandomizeFSMState() | Weapon | inlineprotected |
| ResetBurstCount() | Weapon | inlineprotected |
| ResetWeaponAnimState() | Weapon | inlineprotected |
| SAMF_DEFAULT | Weapon | private |
| SAMF_RNG | Weapon | private |
| SaveCurrentFSMState(ParamsWriteContext ctx) | Weapon | inlineprotected |
| SetActions() | Weapon | inlineprotected |
| SetBayonetAttached(bool pState, int slot_idx=-1) | Weapon | inlineprotected |
| SetButtstockAttached(bool pState, int slot_idx=-1) | Weapon | inlineprotected |
| SetCharged(bool value) | Weapon | inlineprotected |
| SetInitialState(WeaponStableState initState) | Weapon | inlineprotected |
| SetJammed(bool value) | Weapon | inlineprotected |
| SetSyncJammingChance(float jamming_chance) | Weapon | inlineprotected |
| SetWeaponAnimState(int state) | Weapon | inlineprotected |
| SetWeaponOpen(bool value) | Weapon | inlineprotected |
| ShowBullet(int muzzleIndex) | Weapon | inlineprotected |
| ShowMagazine() | Weapon | inlineprotected |
| SpawnAmmo(string magazineType="", int flags=WeaponWithAmmoFlags.CHAMBER) | Weapon | inlineprotected |
| SpawnAttachedMagazine(string magazineType="", int flags=WeaponWithAmmoFlags.CHAMBER) | Weapon | inlineprotected |
| SpawnRecoilObject() | Weapon | inlineprotected |
| SyncEventToRemote(WeaponEventBase e) | Weapon | inlineprotected |
| SyncSelectionState(bool has_bullet, bool has_mag) | Weapon | inlineprotected |
| ValidateAndRepair() | Weapon | inlineprotected |
| Weapon_Base() | Weapon | inlineprotected |