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

◆ GetCurrentLeaning()

float HumanCommandScript::GetCurrentLeaning ( )
inlineprivate

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

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

1236 {
1237 return 0.0;
1238 }