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

◆ GetTotalAgentCount()

float PlayerAgentPool::GetTotalAgentCount ( )
inlineprotected

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

226 {
227 float agentCount;
228 for (int i = 0; i < m_VirusPool.Count(); i++)
229 agentCount += m_VirusPool.GetElement(i);
230
231 return agentCount;
232 }
ref map< int, float > m_VirusPool
Определения PlayerAgentPool.c:10

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