DayZ 1.29
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/DayZ/Entities/EntityAI.c строка 3606

3607 {
3608 return GetInventoryAndCargoWeight(forceRecalc);
3609 }
float GetInventoryAndCargoWeight(bool forceRecalc=false)

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