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

◆ RemoveAgent()

void PlayerAgentPool::RemoveAgent ( int agent_id)
inlineprotected

Remove agent from Agent Pool.

Аргументы
agent_idId of agent (see eAgents enum)

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

210 {
211 SetAgentCount(agent_id, 0);
212 }
void SetAgentCount(int agent_id, float count)
Directly set the count of agents for give id in pool.
Определения PlayerAgentPool.c:297

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