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

◆ SetPlayerLoad()

void ManBase::SetPlayerLoad ( float load)
inlineprotected

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

4902 {
4903 m_CargoLoad = load;
4904 //Print("m_CargoLoad: " + m_CargoLoad);
4905 //Log(ToString(this) + "'s load weight is " + ftoa(m_CargoLoad) + " g.", LogTemplates.TEMPLATE_PLAYER_WEIGHT);
4906 }
float m_CargoLoad
Определения PlayerBase.c:58

Перекрестные ссылки m_CargoLoad.

Используется в AddPlayerLoad().