![]() |
Dayz Explorer 1.28.160049
|
HumanInventory... with FSM (synchronous, no anims) More...
Protected Member Functions | |
| void | HumanInventoryWithFSM () |
| void | CreateStableStates () |
| override void | Init () |
| bool | CanProcessHandEvents () |
| override bool | ProcessHandEvent (HandEventBase e) |
| hand's fsm handling of events @NOTE: warning: ProcessHandEvent can be called only within DayZPlayer::HandleInventory (or CommandHandler) | |
| bool | ProcessHandAbortEvent (HandEventBase e) |
| void | CheckFSMState () |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
| int | GetCurrentStateID () |
| bool | IsIdle () |
| void | NetSyncCurrentStateID (int id) |
| Engine callback - network synchronization of FSM's state. not intended to direct use. | |
Protected Attributes | |
| ref HandFSM | m_FSM |
| ref HandStateBase | m_Empty |
| hand slot state machine | |
| ref HandStateBase | m_Equipped |
HumanInventory... with FSM (synchronous, no anims)
Definition at line 5 of file humaninventorywithfsm.c.
|
protected |
Definition at line 11 of file humaninventorywithfsm.c.
|
protected |
Definition at line 90 of file humaninventorywithfsm.c.
|
protected |
Definition at line 134 of file humaninventorywithfsm.c.
|
protected |
Definition at line 16 of file humaninventorywithfsm.c.
|
protected |
Definition at line 169 of file humaninventorywithfsm.c.
|
protected |
Definition at line 26 of file humaninventorywithfsm.c.
|
protected |
Definition at line 171 of file humaninventorywithfsm.c.
|
protected |
Engine callback - network synchronization of FSM's state. not intended to direct use.
Definition at line 176 of file humaninventorywithfsm.c.
|
protected |
Definition at line 148 of file humaninventorywithfsm.c.
|
protected |
Definition at line 159 of file humaninventorywithfsm.c.
|
protected |
Definition at line 116 of file humaninventorywithfsm.c.
|
protected |
hand's fsm handling of events @NOTE: warning: ProcessHandEvent can be called only within DayZPlayer::HandleInventory (or CommandHandler)
Definition at line 96 of file humaninventorywithfsm.c.
|
protected |
hand slot state machine
Definition at line 8 of file humaninventorywithfsm.c.
|
protected |
Definition at line 9 of file humaninventorywithfsm.c.
|
protected |
Definition at line 7 of file humaninventorywithfsm.c.