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

◆ SetPlayerLoad()

void ManBase::SetPlayerLoad ( float load)
inlineprotected

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

5046 {
5047 m_CargoLoad = load;
5048 //Print("m_CargoLoad: " + m_CargoLoad);
5049 //Log(ToString(this) + "'s load weight is " + ftoa(m_CargoLoad) + " g.", LogTemplates.TEMPLATE_PLAYER_WEIGHT);
5050 }
float m_CargoLoad
Определения PlayerBase.c:105

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

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