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

◆ RemoveItemSafe()

void CatchingContextFishingRodAction::RemoveItemSafe ( EntityAI item)
inlineprotected

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

304 {
305 if (item && !m_Player.IsQuickFishing())
306 {
307 item.SetPrepareToDelete(); //should probably flag the bait too, but the action terminates anyway
308 item.DeleteSafe();
309 }
310 }

Перекрестные ссылки m_Player.

Используется в OnAfterSpawnSignalHit(), OnSignalPass(), TryBaitLoss() и TryHookLoss().