287 {
291
292
300
302 WeaponEventContinuousLoadBulletStart __lS_ = new WeaponEventContinuousLoadBulletStart;
303 WeaponEventContinuousLoadBulletEnd __lE_ = new WeaponEventContinuousLoadBulletEnd;
304 WeaponEventAnimCocked __wc_ = new WeaponEventAnimCocked;
305 WeaponEventAnimBulletShow __bs_ = new WeaponEventAnimBulletShow;
306 WeaponEventAnimBulletHide __bh_ = new WeaponEventAnimBulletHide;
307 WeaponEventAnimBulletEject __be_ = new WeaponEventAnimBulletEject;
308 WeaponEventAnimBulletInMagazine __bM_ = new WeaponEventAnimBulletInMagazine;
309 WeaponEventAnimBulletShow2 _bs2_ = new WeaponEventAnimBulletShow2;
310
311 m_fsm =
new WeaponFSM(
this);
313
314
319
321
326
327
333
335 }
enum FSMTransition WeaponTransition
enum FSMTransition WeaponEventBase
ref BulletHide_W4T m_hideB
ref WeaponChamberFromInnerMag_W4T m_chamberFromInnerMag
ref WeaponStartAction m_endLoop
ref WeaponFSM m_fsm
hierarchical parent state of this state (or null)
ref LoopedChambering_Wait4ShowBullet2 m_w4sb2
ref WeaponChambering_Cartridge m_chamber
ref WeaponStateBase m_start
source of the cartridge
ref WeaponEjectCasing m_eject
void WeaponEjectCasing(Weapon_Base w=NULL, WeaponStateBase parent=NULL)