Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
BotTestSwapInternalC2H Class Reference
Inheritance diagram for BotTestSwapInternalC2H:
BotStateBase

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)
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

Detailed Description

Definition at line 44 of file bot_tests.c.

Constructor & Destructor Documentation

◆ BotTestSwapInternalC2H()

void BotTestSwapInternalC2H ( Bot bot = NULL,
BotStateBase parent = NULL )
inlineprivate

Definition at line 49 of file bot_tests.c.

References BotStateBase::BotStateBase().

Member Function Documentation

◆ OnEntry()

override void OnEntry ( BotEventBase e)
inlineprivate

Definition at line 52 of file bot_tests.c.

References m_Entity1, m_Entity2, and BotStateBase::m_Owner.

◆ OnUpdate()

override void OnUpdate ( float dt)
inlineprivate

Definition at line 62 of file bot_tests.c.

References botDebugPrint(), m_Entity1, m_Entity2, and BotStateBase::m_Owner.

Field Documentation

◆ m_Entity1

EntityAI m_Entity1
private

Definition at line 46 of file bot_tests.c.

Referenced by OnEntry(), and OnUpdate().

◆ m_Entity2

EntityAI m_Entity2
private

Definition at line 47 of file bot_tests.c.

Referenced by OnEntry(), and OnUpdate().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/systems/bot/bot_tests.c