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

Private Member Functions

void BotTestSwapG2H (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 83 of file bot_tests.c.

Constructor & Destructor Documentation

◆ BotTestSwapG2H()

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

Definition at line 88 of file bot_tests.c.

References BotStateBase::BotStateBase().

Member Function Documentation

◆ OnEntry()

override void OnEntry ( BotEventBase e)
inlineprivate

Definition at line 91 of file bot_tests.c.

References m_Entity1, m_Entity2, and BotStateBase::m_Owner.

◆ OnUpdate()

override void OnUpdate ( float dt)
inlineprivate

Definition at line 101 of file bot_tests.c.

Field Documentation

◆ m_Entity1

EntityAI m_Entity1
private

Definition at line 85 of file bot_tests.c.

Referenced by OnEntry().

◆ m_Entity2

EntityAI m_Entity2
private

Definition at line 86 of file bot_tests.c.

Referenced by OnEntry().


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