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

◆ GetCurrentLeaning()

float HumanCommandScript::GetCurrentLeaning ( )
inlineprivate

Override this to return the current leaning state of the human. <-1, 1>

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

1251 {
1252 return 0.0;
1253 }