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

◆ PlayerAgentPool()

void PlayerAgentPool::PlayerAgentPool ( PlayerBase player)
inlineprotected

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

24 {
25 m_Player = player;
26 m_LastTicked = 0;
27 m_VirusPool = new map<int,float>();
28
29 m_AgentTemporaryResistance = new map<int,float>();
30 }
ref map< int, float > m_AgentTemporaryResistance
Определения PlayerAgentPool.c:19
float m_LastTicked
Определения PlayerAgentPool.c:13
PlayerBase m_Player
Определения PlayerAgentPool.c:15
ref map< int, float > m_VirusPool
Определения PlayerAgentPool.c:17

Перекрестные ссылки m_AgentTemporaryResistance, m_LastTicked, m_Player и m_VirusPool.