DayZ 1.29
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 строка 404

405 {
406 if( target.IsItemBase() )
407 {
408 ItemBase ib_target = ItemBase.Cast( target );
409 ib_target.TransferAgents(agents);
410 }
411 }
class GP5GasMask extends MaskBase ItemBase

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