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
7
typedef
FSMTransition<BotStateBase, BotEventBase, BotActionBase, BotGuardBase>
BotTransition
;
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)
DAYZ
scripts_v1.24.157551
scripts
world
systems
bot
botfsm.c
Generated by
1.8.17