adds transition into m_FSM transition table
См. определение в файле BotStates.c строка 43
44 {
46 m_FSM.AddTransition(t);
47 else
48 Error(
"[botfsm] adding transition to state without FSM. Configure FSM first.");
49 }
ref BotFSM m_FSM
hierarchical parent state of this state (or null)
void Error(string err)
Messagebox with error message.
Перекрестные ссылки Error(), HasFSM() и m_FSM.