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