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 |
override void OnEntry | ( | BotEventBase | e | ) |
override void OnExit | ( | BotEventBase | e | ) |
References m_Entity.
override void OnTimeout | ( | ) |
References botDebugPrint(), m_Entity, m_Owner, m_Run, and m_RunStage.
override void OnUpdate | ( | float | dt | ) |
BotTestSpamUserActions_Start m_Entity = null |
bool m_Run = false |
Referenced by OnTimeout(), and OnUpdate().
int m_RunStage = 0 |
Referenced by OnTimeout(), and OnUpdate().
ref InventoryLocation m_Src = new InventoryLocation |