DayZ 1.24
|
Private Member Functions | |
void | BotStateIdle (Bot bot=NULL, BotStateBase parent=NULL) |
override bool | IsIdle () |
Private Member Functions inherited from BotStateBase | |
void | BotTimedWait (Bot bot=NULL, BotStateBase parent=NULL, float timeout=3.0) |
override void | OnEntry (BotEventBase e) |
override void | OnExit (BotEventBase e) |
override void | OnUpdate (float dt) |
void | OnTimeout () |
Additional Inherited Members | |
Private Attributes inherited from BotStateBase | |
float | m_Timeout = 3.0 |
bool | m_Periodic = true |
Definition at line 129 of file BotStates.c.
|
inlineprivate |
Definition at line 131 of file BotStates.c.
References BotStateBase::m_Bot, Bot::m_Owner, BotStateBase::m_Owner, and BotStateBase::m_ParentState.
Definition at line 133 of file BotStates.c.