DayZ 1.24
|
Private Member Functions | |
void | BotTestSwapInternalC2H (Bot bot=NULL, BotStateBase parent=NULL) |
override void | OnEntry (BotEventBase e) |
override void | OnUpdate (float dt) |
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 () |
Private Attributes | |
EntityAI | m_Entity1 |
EntityAI | m_Entity2 |
Private Attributes inherited from BotStateBase | |
float | m_Timeout = 3.0 |
bool | m_Periodic = true |
Definition at line 43 of file Bot_Tests.c.
|
inlineprivate |
Definition at line 48 of file Bot_Tests.c.
|
inlineprivate |
Definition at line 51 of file Bot_Tests.c.
References m_Entity1, m_Entity2, and BotStateBase::m_Owner.
Definition at line 61 of file Bot_Tests.c.
References botDebugPrint(), m_Entity1, m_Entity2, and BotStateBase::m_Owner.
|
private |
Definition at line 45 of file Bot_Tests.c.
Referenced by OnEntry(), and OnUpdate().
|
private |
Definition at line 46 of file Bot_Tests.c.
Referenced by OnEntry(), and OnUpdate().