DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PrintAgents()
void PlayerAgentPool::PrintAgents
(
)
inline
private
См. определение в файле
PlayerAgentPool.c
строка
423
424
{
425
if
(
m_VirusPool
)
426
{
427
for
(
int
i = 0; i <
m_VirusPool
.Count(); ++i)
428
{
429
Debug
.Log(
"Agent: "
+
m_VirusPool
.GetKey(i).ToString(),
"Agents"
);
430
Debug
.Log(
"Count: "
+
m_VirusPool
.GetElement(i).ToString(),
"Agents"
);
431
}
432
}
433
}
Debug
void Debug()
Определения
UniversalTemperatureSource.c:349
PlayerAgentPool::m_VirusPool
ref map< int, float > m_VirusPool
Определения
PlayerAgentPool.c:17
Перекрестные ссылки
Debug::Log()
и
m_VirusPool
.
PlayerAgentPool
Создано системой
1.13.2