Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
botfsm.c
Go to the documentation of this file.
1 
4 class BotFSM extends HFSMBase<BotStateBase, BotEventBase, BotActionBase, BotGuardBase>
5 { };
6 
8 
9 
HFSMBase
base class for hierarchic finite state machine
BotTransition
FSMTransition< BotStateBase, BotEventBase, BotActionBase, BotGuardBase > BotTransition
Definition: botfsm.c:7
FSMTransition
represents transition src -— event[guard]/action -—|> dst
BotFSM
Bot Finite State Machine (Hierarchical)