Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | WeaponStableState |
represents weapon's stable state (i.e. the basic states that the weapon will spend the most time in) More... | |
class | WeaponStableState |
represents weapon's stable state (i.e. the basic states that the weapon will spend the most time in) More... | |
class | WeaponStableState |
represents weapon's stable state (i.e. the basic states that the weapon will spend the most time in) More... | |
class | WeaponStableState |
represents weapon's stable state (i.e. the basic states that the weapon will spend the most time in) More... | |
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 | WeaponStateJammed |
handle jamming state set jam/unjam state for weapon More... | |
class | BoltActionRifle_ExternalMagazine_Base |
Enumerations | |
enum | BAREMAnimState { DEFAULT = 0, JAMMED = 1 } |
enum | BAREMStableStateID |
Functions | |
enum BAREMStableStateID | 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 | |
BAREM_CLO_BU0_MA0 = 1 | |
BAREM_CLO_BU1_MA0 = 2 | |
BAREM_CLO_BU1_MA1 = 3 | |
BAREM_CLO_BU0_MA1 = 4 | |
BAREM_CLO_BUF_MA0 = 5 | |
BAREM_CLO_BUF_MA1 = 6 | |
BAREM_JAM_BU1_MA0 = 7 | |
BAREM_JAM_BU1_MA1 = 8 | |
class BAREM_CLO_BU1_MA0 extends WeaponStableState | OnEntry |
enum BAREMAnimState |
Enumerator | |
---|---|
DEFAULT | default weapon state, closed and discharged |
JAMMED |
Definition at line 1 of file boltactionrifleexternalmagazine_base.c.
enum BAREMStableStateID |
Definition at line 7 of file boltactionrifleexternalmagazine_base.c.
override int GetCurrentStateID | ( | ) |
Definition at line 24 of file boltactionrifleexternalmagazine_base.c.
override bool HasBullet | ( | ) |
Definition at line 25 of file boltactionrifleexternalmagazine_base.c.
override bool HasMagazine | ( | ) |
Definition at line 26 of file boltactionrifleexternalmagazine_base.c.
override void InitMuzzleArray | ( | ) |
Definition at line 29 of file boltactionrifleexternalmagazine_base.c.
override bool IsJammed | ( | ) |
Definition at line 27 of file boltactionrifleexternalmagazine_base.c.
override bool IsRepairEnabled | ( | ) |
Definition at line 28 of file boltactionrifleexternalmagazine_base.c.
enum BAREMStableStateID OnEntry | ( | WeaponEventBase | e | ) |
Definition at line 22 of file boltactionrifleexternalmagazine_base.c.
override void OnExit | ( | WeaponEventBase | e | ) |
Definition at line 23 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BU0_MA0 = 1 |
Definition at line 3 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BU0_MA1 = 4 |
Definition at line 6 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BU1_MA0 = 2 |
Definition at line 4 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BU1_MA1 = 3 |
Definition at line 5 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BUF_MA0 = 5 |
Definition at line 7 of file boltactionrifleexternalmagazine_base.c.
BAREM_CLO_BUF_MA1 = 6 |
Definition at line 8 of file boltactionrifleexternalmagazine_base.c.
BAREM_JAM_BU1_MA0 = 7 |
Definition at line 9 of file boltactionrifleexternalmagazine_base.c.
BAREM_JAM_BU1_MA1 = 8 |
Definition at line 10 of file boltactionrifleexternalmagazine_base.c.
class BAREM_CLO_BU1_MA0 extends WeaponStableState OnEntry |
@ UNKNOWN = 0 |
Definition at line 2 of file boltactionrifleexternalmagazine_base.c.