Obsolete, use GetWeightEx instead.
См. определение в файле ItemBase.c строка 3540
3541 {
3542 float weight = 0;
3543 float wetness = 1;
3544 if (include_wetness)
3547 {
3548 weight = wetness * m_ConfigWeight;
3549 }
3551 {
3552 weight = 1;
3553 }
3554 return weight;
3555 }
override bool IsSplitable()
Перекрестные ссылки GetWet(), IsLiquidContainer() и IsSplitable().