Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
bot_testspamuseractions.c File Reference

Go to the source code of this file.

Data Structures

class  BotTestSpamUserActions
class  BotTestSpamUserActions_Start

Functions

override void OnEntry (BotEventBase e)
override void OnExit (BotEventBase e)
override void OnTimeout ()
override void OnUpdate (float dt)

Variables

BotTestSpamUserActions_Start m_Entity = null
bool m_Run = false
int m_RunStage = 0
ref InventoryLocation m_Src = new InventoryLocation

Function Documentation

◆ OnEntry()

◆ OnExit()

override void OnExit ( BotEventBase e)

Definition at line 53 of file bot_testspamuseractions.c.

References m_Entity.

◆ OnTimeout()

override void OnTimeout ( )

Definition at line 132 of file bot_testspamuseractions.c.

References botDebugPrint(), m_Entity, m_Owner, m_Run, and m_RunStage.

Referenced by BotStateBase::OnUpdate().

◆ OnUpdate()

Variable Documentation

◆ m_Entity

◆ m_Run

bool m_Run = false

Definition at line 29 of file bot_testspamuseractions.c.

Referenced by OnTimeout(), and OnUpdate().

◆ m_RunStage

int m_RunStage = 0

Definition at line 30 of file bot_testspamuseractions.c.

Referenced by OnTimeout(), and OnUpdate().

◆ m_Src

Definition at line 31 of file bot_testspamuseractions.c.