См. определение в файле Bot.c строка 107
108 {
110 {
111 botDebugSpam(
"[botfsm] Processed event e=" + e.ToString());
112 return true;
113 }
114 else
115 {
116 botDebugSpam(
"[botfsm] FSM refused to process event (no transition): src=" +
m_FSM.GetCurrentState().ToString() +
" event=" + e.ToString());
117 return false;
118 }
119 }
void botDebugSpam(string s)
Перекрестные ссылки botDebugSpam() и m_FSM.
Используется в StartAction().