Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
bot_testspamuseractions.c File Reference

Go to the source code of this file.

Data Structures

class  BotTestSpamUserActions_Start
 
class  BotTestSpamUserActions
 

Functions

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

Variables

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

Function Documentation

◆ OnEntry()

override void OnEntry ( BotEventBase  e)

Definition at line 33 of file bot_testspamuseractions.c.

◆ OnExit()

override void OnExit ( BotEventBase  e)

Definition at line 53 of file bot_testspamuseractions.c.

◆ OnTimeout()

override void OnTimeout ( )

Definition at line 132 of file bot_testspamuseractions.c.

◆ OnUpdate()

override void OnUpdate ( float  dt)

Definition at line 60 of file bot_testspamuseractions.c.

Variable Documentation

◆ m_Entity

◆ m_Run

bool m_Run = false

Definition at line 29 of file bot_testspamuseractions.c.

◆ m_RunStage

int m_RunStage = 0

Definition at line 30 of file bot_testspamuseractions.c.

◆ m_Src

Definition at line 31 of file bot_testspamuseractions.c.