См. определение в файле CargoContainer.c строка 382
383 {
384 #ifdef PLATFORM_CONSOLE
385 #ifndef PLATFORM_WINDOWS
386 return CargoList.Cast(
m_Cargo ).GetTotalWeight( null );
387 #endif
388 #endif
389 int total_size = 0;
390 for (
int i = 0; i <
m_Cargo.GetItemCount(); ++i )
391 {
395 }
396 return total_size;
397 }
Перекрестные ссылки m_Cargo, x и y.
Используется в UpdateHeaderText().