|
DayZ 1.24
|
Go to the source code of this file.
Classes | |
| class | WeaponStableState |
| represents weapon's stable state (i.e. the basic states that the weapon will spend the most time in) More... | |
| class | WeaponStateJammed |
| handle jamming state set jam/unjam state for weapon More... | |
| class | BoltActionRifle_Base |
Enumerations | |
| enum | BARIMAnimState { DEFAULT = 0 , OPENED = 1 , JAMMED = 2 } |
| enum | BARIMStableStateID |
Functions | |
| enum BARIMStableStateID | OnEntry (WeaponEventBase e) |
| override void | OnExit (WeaponEventBase e) |
| override int | GetCurrentStateID () |
| override bool | HasBullet () |
| override bool | HasMagazine () |
| override bool | IsJammed () |
| override bool | IsRepairEnabled () |
| override void | InitMuzzleArray () |
Variables | |
| UNKNOWN = 0 | |
| EmptyDischarged = 1 | |
| LoadedCharged = 2 | |
| LoadedDischarged = 3 | |
| LoadedJammed = 4 | |
| class BARIMLoadedCharged extends WeaponStableState | OnEntry |
| Enumerator | |
|---|---|
| DEFAULT | default weapon state, closed and discharged |
| OPENED | |
| JAMMED | |
Definition at line 1 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 8 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 22 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 23 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 24 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 25 of file BoltActionRifleInnerMagazine_Base.c.
Definition at line 26 of file BoltActionRifleInnerMagazine_Base.c.
| enum BARIMStableStateID OnEntry | ( | WeaponEventBase | e | ) |
Definition at line 1 of file BoltActionRifleInnerMagazine_Base.c.
| override void OnExit | ( | WeaponEventBase | e | ) |
Definition at line 21 of file BoltActionRifleInnerMagazine_Base.c.
References LogManager::IsWeaponLogEnable(), m_weapon, and wpnPrint().
| EmptyDischarged = 1 |
Definition at line 22 of file BoltActionRifleInnerMagazine_Base.c.
| LoadedCharged = 2 |
Definition at line 23 of file BoltActionRifleInnerMagazine_Base.c.
| LoadedDischarged = 3 |
Definition at line 24 of file BoltActionRifleInnerMagazine_Base.c.
| LoadedJammed = 4 |
Definition at line 25 of file BoltActionRifleInnerMagazine_Base.c.
| @ UNKNOWN = 0 |
Definition at line 21 of file BoltActionRifleInnerMagazine_Base.c.