Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Bot_TestSpawnOpen Class Reference

Private Member Functions

void Bot_TestSpawnOpenDestroy (Bot bot=NULL, BotStateBase parent=NULL, string new_type="")
void Bot_TestSpawnOpenDrop (Bot bot=NULL, BotStateBase parent=NULL, string new_type="")
void Bot_TestSpawnOpenEat (Bot bot=NULL, BotStateBase parent=NULL, string new_type="")
override void OnEntry (BotEventBase e)
override void OnEntry (BotEventBase e)
override void OnEntry (BotEventBase e)
override void OnExit (BotEventBase e)
override void OnExit (BotEventBase e)
override void OnExit (BotEventBase e)
override void OnUpdate (float dt)
override void OnUpdate (float dt)
override void OnUpdate (float dt)

Private Attributes

ref BotDestroyEntityInHands m_Destroying
ref BotDropEntityInHands m_Dropping
ref BotEatEntityInHands m_Eating

Detailed Description

Definition at line 240 of file bot_testspawnandopencan.c.

Member Function Documentation

◆ Bot_TestSpawnOpenDestroy()

void Bot_TestSpawnOpenDestroy ( Bot bot = NULL,
BotStateBase parent = NULL,
string new_type = "" )
inlineprivate

Definition at line 266 of file bot_testspawnandopencan.c.

References m_Destroying.

◆ Bot_TestSpawnOpenDrop()

void Bot_TestSpawnOpenDrop ( Bot bot = NULL,
BotStateBase parent = NULL,
string new_type = "" )
inlineprivate

Definition at line 244 of file bot_testspawnandopencan.c.

References m_Dropping.

◆ Bot_TestSpawnOpenEat()

void Bot_TestSpawnOpenEat ( Bot bot = NULL,
BotStateBase parent = NULL,
string new_type = "" )
inlineprivate

Definition at line 288 of file bot_testspawnandopencan.c.

References m_Eating.

◆ OnEntry() [1/3]

override void OnEntry ( BotEventBase e)
inlineprivate

Definition at line 301 of file bot_testspawnandopencan.c.

◆ OnEntry() [2/3]

override void OnEntry ( BotEventBase e)
inlineprivate

Definition at line 279 of file bot_testspawnandopencan.c.

◆ OnEntry() [3/3]

override void OnEntry ( BotEventBase e)
inlineprivate

Definition at line 257 of file bot_testspawnandopencan.c.

◆ OnExit() [1/3]

override void OnExit ( BotEventBase e)
inlineprivate

Definition at line 306 of file bot_testspawnandopencan.c.

◆ OnExit() [2/3]

override void OnExit ( BotEventBase e)
inlineprivate

Definition at line 280 of file bot_testspawnandopencan.c.

◆ OnExit() [3/3]

override void OnExit ( BotEventBase e)
inlineprivate

Definition at line 258 of file bot_testspawnandopencan.c.

◆ OnUpdate() [1/3]

override void OnUpdate ( float dt)
inlineprivate

Definition at line 311 of file bot_testspawnandopencan.c.

◆ OnUpdate() [2/3]

override void OnUpdate ( float dt)
inlineprivate

Definition at line 281 of file bot_testspawnandopencan.c.

◆ OnUpdate() [3/3]

override void OnUpdate ( float dt)
inlineprivate

Definition at line 259 of file bot_testspawnandopencan.c.

Field Documentation

◆ m_Destroying

ref BotDestroyEntityInHands m_Destroying
private

Definition at line 264 of file bot_testspawnandopencan.c.

Referenced by Bot_TestSpawnOpenDestroy().

◆ m_Dropping

ref BotDropEntityInHands m_Dropping
private

Definition at line 242 of file bot_testspawnandopencan.c.

Referenced by Bot_TestSpawnOpenDrop().

◆ m_Eating

ref BotEatEntityInHands m_Eating
private

Definition at line 286 of file bot_testspawnandopencan.c.

Referenced by Bot_TestSpawnOpenEat().


The documentation for this class was generated from the following file: