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

◆ ResetTemporaryResistance()

void PlayerAgentPool::ResetTemporaryResistance ( )
inlineprivate

Resets temporary resistance for all agents (internal usage only)

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

386 {
387 foreach (int agentId, float value : m_AgentTemporaryResistance)
388 SetTemporaryResistance(agentId, 0.0);
389 }
void SetTemporaryResistance(int agentId, float time)
Sets temporary resistance time against specified agent contraction.
Определения PlayerAgentPool.c:364
ref map< int, float > m_AgentTemporaryResistance
Определения PlayerAgentPool.c:19

Перекрестные ссылки m_AgentTemporaryResistance и SetTemporaryResistance().

Используется в RemoveAllAgents().