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

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

Detailed Description

Definition at line 129 of file botstates.c.

Constructor & Destructor Documentation

◆ BotStateIdle()

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

Member Function Documentation

◆ IsIdle()

override bool IsIdle ( )
inlineprivate

Definition at line 133 of file botstates.c.


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