![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | BotTestSwapInternal (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) |
| void | OnTimeout () |
| override void | OnUpdate (float dt) |
Private Attributes | |
| EntityAI | m_Entity1 |
| EntityAI | m_Entity2 |
| Private Attributes inherited from BotStateBase | |
| bool | m_Periodic = true |
| float | m_Timeout = 3.0 |
Definition at line 5 of file bot_tests.c.
|
inlineprivate |
Definition at line 10 of file bot_tests.c.
References BotStateBase::BotStateBase().
|
inlineprivate |
Definition at line 13 of file bot_tests.c.
References GameInventory::CreateAttachment(), GameInventory::CreateInInventory(), m_Entity1, m_Entity2, and BotStateBase::m_Owner.
|
inlineprivate |
Definition at line 23 of file bot_tests.c.
References botDebugPrint(), m_Entity1, m_Entity2, and BotStateBase::m_Owner.
|
private |
Definition at line 7 of file bot_tests.c.
Referenced by OnEntry(), and OnUpdate().
|
private |
Definition at line 8 of file bot_tests.c.
Referenced by OnEntry(), and OnUpdate().