![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | Bot |
| class | BotTrigger |
| class | MyBotTrigger |
Functions | |
| void | botDebugPrint (string s) |
| void | botDebugSpam (string s) |
| void botDebugPrint | ( | string | s | ) |
Definition at line 122 of file bot.c.
References PrintToRPT().
Referenced by BotSelectNearestTarget(), BotGuardBase::GuardCondition(), BotStateBase::OnAbort(), BotStateBase::OnEntry(), BotTestSpamUserActions::OnEntry(), BotWaitForChangeInHands::OnEntry(), OnEntry(), BotStateBase::OnExit(), BotTestSpamUserActions_Start::OnExit(), OnTimeout(), BotStateBase::OnUpdate(), BotTestSwapInternal::OnUpdate(), BotTestSwapInternalC2H::OnUpdate(), OnUpdate(), and BotStateBase::SelectTarget().
| void botDebugSpam | ( | string | s | ) |
Definition at line 131 of file bot.c.
References PrintToRPT().
Referenced by BotStateBase::OnTimeout(), BotStateBase::OnUpdate(), and Bot::ProcessEvent().