returns debug string of current state
one time state
См. определение в файле human.c строка 370
371 {
372 switch (pState)
373 {
375
382
385 }
386
387 return "Undef";
388 }
static const int STATE_NONE
undef state - not running anymore
static const int STATE_LOOP_END2
static const int STATE_NORMAL
one time state
static const int STATE_LOOP_IN
looped state
static const int STATE_LOOP_END
static const int STATE_LOOP_ACTION
static const int STATE_LOOP_LOOP
static const int STATE_LOOP_LOOP2
Перекрестные ссылки STATE_LOOP_ACTION, STATE_LOOP_END, STATE_LOOP_END2, STATE_LOOP_IN, STATE_LOOP_LOOP, STATE_LOOP_LOOP2, STATE_NONE и STATE_NORMAL.