DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PrintAgents()
void PlayerAgentPool::PrintAgents
(
)
inline
protected
См. определение в файле
PlayerAgentPool.c
строка
33
34
{
35
if
(
m_VirusPool
)
36
{
37
for
(
int
i = 0; i <
m_VirusPool
.Count(); ++i)
38
{
39
Debug
.Log(
"Agent: "
+
m_VirusPool
.GetKey(i).ToString(),
"Agents"
);
40
Debug
.Log(
"Count: "
+
m_VirusPool
.GetElement(i).ToString(),
"Agents"
);
41
}
42
}
43
}
Debug
void Debug()
Определения
UniversalTemperatureSource.c:349
PlayerAgentPool::m_VirusPool
ref map< int, float > m_VirusPool
Определения
PlayerAgentPool.c:10
Перекрестные ссылки
Debug::Log()
и
m_VirusPool
.
PlayerAgentPool
Создано системой
1.13.2