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

◆ InjectAgentsWithoutPlayer()

void PluginBase::InjectAgentsWithoutPlayer ( EntityAI target,
int agents )
inlineprotected

Injects specified agents directly to target.

Аргументы
targetEntity to inject agents to
agentsBit mask with information about agents

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

388 {
389 if( target.IsItemBase() )
390 {
391 ItemBase ib_target = ItemBase.Cast( target );
392 ib_target.TransferAgents(agents);
393 }
394 }
class GP5GasMask extends MaskBase ItemBase

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