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

◆ RemoveItemSafe()

void CatchingContextFishingRodAction::RemoveItemSafe ( EntityAI item)
inlineprotected

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

300 {
301 if (item && !m_Player.IsQuickFishing())
302 {
303 item.SetPrepareToDelete(); //should probably flag the bait too, but the action terminates anyway
304 item.DeleteSafe();
305 }
306 }

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

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