class HandFSMSource
HandFSM › HFSMBase
All members, including inherited
Hand finite state machine
Methods 5
int GetCurrentStateID()Referenced by HumanInventoryWithFSM.GetCurrentStateID()
load from database - reverse lookup for state from saved id
- in
id - the id stored in database during save
bool OnStoreLoad(ParamsReadContext ctx, int version)load state of fsm
void OnStoreSave(ParamsWriteContext ctx)save state of fsm
void NetSyncCurrentStateID(int id)Engine callback - network synchronization of FSM's state. not intended to direct use.
Referenced by HumanInventoryWithFSM.NetSyncCurrentStateID()