adds transition into m_FSM transition table
См. определение в файле HandStateBase.c строка 35
36 {
38 m_FSM.AddTransition(t);
39 else
40 Error(
"[hndfsm] adding transition to state without FSM. Configure FSM first.");
41 }
ref HandFSM m_FSM
hierarchical parent state of this state (or null)
void Error(string err)
Messagebox with error message.
Перекрестные ссылки Error(), HasFSM() и m_FSM.