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

◆ OnActivatedByItem()

Ammo_40mm_Explosive Ammo_40mm_Base OnActivatedByItem ( notnull ItemBase item)

Called when this item is activated by other.

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

219 {
220 if (g_Game.IsServer())
221 {
222 g_Game.CreateObject("ContaminatedArea_Local", item.GetPosition());
223 }
224 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки ParticleList::BOLT_CUPID_HIT и ParticleManager().