DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
RemoveAgent()
static void PluginBase::RemoveAgent
(
EntityAI
target
,
int
agent_id
)
inline
static
private
Removes given agent from given entity.
Аргументы
target
Entity
to remove agents from
agent_id
Id of agent (see
eAgents
enum)
См. определение в файле
PluginTransmissionAgents.c
строка
106
107
{
108
target.RemoveAgent(agent_id);
109
}
PluginBase
Создано системой
1.13.2