![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
HumanInventory... with FSM (synchronous, no anims). More...
Protected Member Functions | |
| void | HumanInventoryWithFSM () |
| bool | CanProcessHandEvents () |
| void | CheckFSMState () |
| void | CreateStableStates () |
| int | GetCurrentStateID () |
| override void | Init () |
| bool | IsIdle () |
| void | NetSyncCurrentStateID (int id) |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
| bool | ProcessHandAbortEvent (HandEventBase e) |
| override bool | ProcessHandEvent (HandEventBase e) |
Protected Attributes | |
| ref HandStateBase | m_Empty |
| hand slot state machine | |
| ref HandStateBase | m_Equipped |
| ref HandFSM | m_FSM |
HumanInventory... with FSM (synchronous, no anims).
Definition at line 5 of file humaninventorywithfsm.c.
|
inlineprotected |
Definition at line 11 of file humaninventorywithfsm.c.
References m_FSM.
|
inlineprotected |
Definition at line 90 of file humaninventorywithfsm.c.
References m_FSM.
|
inlineprotected |
Definition at line 134 of file humaninventorywithfsm.c.
References GetCurrentStateID(), HumanInventory::GetEntityInHands(), m_Empty, m_Equipped, and m_FSM.
Referenced by DayZPlayer::OnItemInHandsChanged().
|
inlineprotected |
Definition at line 16 of file humaninventorywithfsm.c.
References HumanInventory::GetManOwner(), m_Empty, and m_Equipped.
Referenced by Init().
|
inlineprotected |
Definition at line 169 of file humaninventorywithfsm.c.
References m_FSM.
Referenced by CheckFSMState().
|
inlineprotected |
Definition at line 26 of file humaninventorywithfsm.c.
References CreateStableStates(), HumanInventory::GetManOwner(), hndDebugPrint(), LogManager::IsInventoryHFSMLogEnable(), m_Empty, m_Equipped, and m_FSM.
|
inlineprotected |
Definition at line 171 of file humaninventorywithfsm.c.
References m_FSM.
Referenced by HandleFightLogic().
|
inlineprotected |
Definition at line 176 of file humaninventorywithfsm.c.
References m_FSM.
|
inlineprotected |
Definition at line 148 of file humaninventorywithfsm.c.
|
inlineprotected |
Definition at line 159 of file humaninventorywithfsm.c.
|
inlineprotected |
Definition at line 116 of file humaninventorywithfsm.c.
References HumanInventory::GetManOwner(), hndDebugSpam(), LogManager::IsInventoryHFSMLogEnable(), and m_FSM.
|
inlineprotected |
Definition at line 96 of file humaninventorywithfsm.c.
References HumanInventory::GetManOwner(), Debug::InventoryHFSMLog(), LogManager::IsInventoryHFSMLogEnable(), and m_FSM.
|
protected |
hand slot state machine
Definition at line 8 of file humaninventorywithfsm.c.
Referenced by CheckFSMState(), CreateStableStates(), and Init().
|
protected |
Definition at line 9 of file humaninventorywithfsm.c.
Referenced by CheckFSMState(), CreateStableStates(), and Init().
|
protected |
Definition at line 7 of file humaninventorywithfsm.c.
Referenced by HumanInventoryWithFSM(), CanProcessHandEvents(), CheckFSMState(), GetCurrentStateID(), Init(), IsIdle(), NetSyncCurrentStateID(), ProcessHandAbortEvent(), and ProcessHandEvent().