DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetStateString() [1/2]

string GetStateString ( )
private

returns debug string of current state

См. определение в файле human.c строка 392

393 {
394 return GetStateString(GetState());
395 }
string GetStateString()
returns debug string of current state
Определения human.c:392
proto native int GetState()
returns one of STATE_...
Определения StaminaHandler.c:31

Перекрестные ссылки GetState() и GetStateString().

Используется в GetStateString() и HumanCommandActionCallback::OnStateChange().