  | 
  
    Dayz Explorer
    1.24.157551 (v105080)
    
   Dayz Code Explorer by Zeroy 
   | 
 
 
 
 
Go to the documentation of this file.
   19 #ifdef INV_DEBUG_SPAM_FREQ 
   34 class HandFSM extends HFSMBase<HandStateBase, HandEventBase, HandActionBase, HandGuardBase>
 
   51     protected bool SyncStateFromID (
int id)
 
  
 
FSMTransition< HandStateBase, HandEventBase, HandActionBase, HandGuardBase > HandTransition
 
base class for hierarchic finite state machine
 
override int GetCurrentStateID()
 
void hndDebugSpamALot(string s)
 
override void NetSyncCurrentStateID(int id)
 
Serialization general interface. Serializer API works with:
 
Hand finite state machine.
 
void hndDebugSpam(string s)
 
void hndDebugPrint(string s)
 
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...
 
represents transition src -— event[guard]/action -—|> dst
 
void OnStoreSave(ParamsWriteContext ctx)
 
bool OnStoreLoad(ParamsReadContext ctx, int version)