![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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) |
| void | OnTimeout () |
| override void | OnUpdate (float dt) |
Additional Inherited Members | |
| Private Attributes inherited from BotStateBase | |
| bool | m_Periodic = true |
| float | m_Timeout = 3.0 |
Definition at line 129 of file botstates.c.
|
inlineprivate |
Definition at line 131 of file botstates.c.
References BotStateBase::BotStateBase(), BotStateBase::m_Bot, BotStateBase::m_Owner, and BotStateBase::m_ParentState.
|
inlineprivate |
Definition at line 133 of file botstates.c.