DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetVolumeContainingAgent()

float GetVolumeContainingAgent ( eAgents agent)
protected

См. определение в файле PlayerStomach.c строка 360

361 {
362 float amountByAgent = 0.0;
363 foreach (StomachItem item : m_StomachContents)
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
Определения PlayerStomach.c:132
Определения PlayerStomach.c:2

Перекрестные ссылки m_StomachContents.

Используется в GetVolumeContainingAgent01().