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

◆ GetCurrentLeaning()

float HumanCommandScript::GetCurrentLeaning ( )
inlineprivate

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

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

1249 {
1250 return 0.0;
1251 }