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

◆ GetTotalAgentCount()

float PlayerAgentPool::GetTotalAgentCount ( )
inlineprotected

Total number of agents active.

Возвращает
Agents count

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

267 {
268 float agentCount;
269 for (int i = 0; i < m_VirusPool.Count(); i++)
270 agentCount += m_VirusPool.GetElement(i);
271
272 return agentCount;
273 }
ref map< int, float > m_VirusPool
Определения PlayerAgentPool.c:17

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