Obsolete, use GetWeightEx instead.
См. определение в файле ItemBase.c строка 3470
3471 {
3472 float weight = 0;
3473 float wetness = 1;
3474 if (include_wetness)
3477 {
3478 weight = wetness * m_ConfigWeight;
3479 }
3481 {
3482 weight = 1;
3483 }
3484 return weight;
3485 }
override bool IsSplitable()
Перекрестные ссылки GetWet(), IsLiquidContainer() и IsSplitable().