Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
botactions.c
Go to the documentation of this file.
1 
5 {
9  void Action (BotEventBase e) { }
10 };
11 
BotEventBase
represents event that triggers transition from state to state
Definition: botevents.c:4
BotActionBase
represents action executed on transition just between OnExit from old state and OnEntry to new state
Definition: botactions.c:4