Obsolete, use GetWeightEx instead.
См. определение в файле ItemBase.c строка 3595
3596 {
3597 float weight = 0;
3598 float wetness = 1;
3599 if (include_wetness)
3602 {
3603 weight = wetness * m_ConfigWeight;
3604 }
3606 {
3607 weight = 1;
3608 }
3609 return weight;
3610 }
override bool IsSplitable()
Перекрестные ссылки GetWet(), IsLiquidContainer() и IsSplitable().