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