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

◆ ResetTemporaryResistance()

void PlayerAgentPool::ResetTemporaryResistance ( )
inlineprivate

Resets temporary resistance for all agents (internal usage only)

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

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

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

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