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

◆ GetWeightSpecialized()

float Entity::GetWeightSpecialized ( bool forceRecalc = false)
inlineprotected

returns weight of the entity in a way that's specific to the entity type and is internal to the weight system calculation, to obtain entity's weight, use the 'GetWeightEx' method instead

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

3562 {
3563 return GetInventoryAndCargoWeight(forceRecalc);
3564 }
float GetInventoryAndCargoWeight(bool forceRecalc=false)
Определения EntityAI.c:3533

Перекрестные ссылки GetInventoryAndCargoWeight().