См. определение в файле PlayerStomach.c строка 360
361 {
362 float amountByAgent = 0.0;
364 {
365 if ((item.m_Agents & agent) == agent)
366 amountByAgent += item.m_Amount;
367 }
368
369 return amountByAgent;
370 }
ref array< ref StomachItem > m_StomachContents
Перекрестные ссылки m_StomachContents.
Используется в GetVolumeContainingAgent01().