DayZ 1.24
Loading...
Searching...
No Matches
BotActions.c
Go to the documentation of this file.
1
5{
10};
11
represents action executed on transition just between OnExit from old state and OnEntry to new state
Definition BotActions.c:5
void Action(BotEventBase e)
executed when transition occurs
Definition BotActions.c:9
represents event that triggers transition from state to state
Definition BotEvents.c:5