DayZ 1.28
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

См. определение в файле 3_Game/Entities/EntityAI.c строка 3563

3564 {
3565 return GetInventoryAndCargoWeight(forceRecalc);
3566 }
float GetInventoryAndCargoWeight(bool forceRecalc=false)
Определения 3_Game/Entities/EntityAI.c:3535

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