DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | Weapon_Base |
shorthand More... | |
class | Magnum_Base |
class | DummyItem |
Enumerations | |
enum | MagnumAnimState { DEFAULT = 0 } |
enum | MagnumStableStateID { UNKNOWN = 0 , DEFAULT = 0 } |
Functions | |
override void | OnEntry (WeaponEventBase e) |
override void | OnExit (WeaponEventBase e) |
override int | GetCurrentStateID () |
override bool | HasBullet () |
override bool | HasMagazine () |
override bool | IsJammed () |
override bool | IsSingleState () |
Variables | |
const float | MAGNUM_ROTATION_POSITION_M1 = -0.167 |
const float | MAGNUM_ROTATION_POSITION_0 = 0.0 |
const float | MAGNUM_ROTATION_POSITION_1 = 0.167 |
const float | MAGNUM_ROTATION_POSITION_2 = 0.334 |
const float | MAGNUM_ROTATION_POSITION_3 = 0.500 |
const float | MAGNUM_ROTATION_POSITION_4 = 0.668 |
const float | MAGNUM_ROTATION_POSITION_5 = 0.835 |
const float | MAGNUM_ROTATION_POSITION_6 = 1.0 |
enum MagnumStableStateID | init = false |
class Magnum extends Magnum_Base | Magnum_Base |
override void OnEntry | ( | WeaponEventBase | e | ) |
Definition at line 25 of file Magnum.c.
References init, LogManager::IsWeaponLogEnable(), m_weapon, and wpnPrint().
override void OnExit | ( | WeaponEventBase | e | ) |
Definition at line 40 of file Magnum.c.
References LogManager::IsWeaponLogEnable(), and wpnPrint().
enum MagnumStableStateID init = false |
Referenced by Link< Class T >::Link(), OnEntry(), ItemBase::Pack(), ItemBase::Pitch(), PlayerStatBase::PlayerStat(), and ItemBase::TryPitch().
Definition at line 2 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), WeaponFireMultiMuzzle::OnEntry(), and Weapon_Base::SetCylinderRotationAnimationPhase().
Definition at line 3 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), and WeaponFireMultiMuzzle::OnEntry().
Definition at line 4 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), and WeaponFireMultiMuzzle::OnEntry().
Definition at line 5 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), and WeaponFireMultiMuzzle::OnEntry().
Definition at line 6 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), and WeaponFireMultiMuzzle::OnEntry().
Definition at line 7 of file Magnum.c.
Referenced by Weapon_Base::GetCylinderRotation(), and WeaponFireMultiMuzzle::OnEntry().
Definition at line 8 of file Magnum.c.
Referenced by WeaponFireMultiMuzzle::OnEntry().
Definition at line 1 of file Magnum.c.
Referenced by Weapon_Base::SetCylinderRotationAnimationPhase().