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

◆ CheckForSea()

bool ActionFishingNew::CheckForSea ( ActionData action_data)
inlineprotected

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

332 {
333 bool ret = false;
334 vector cursorPosition = action_data.m_Target.GetCursorHitPos();
335
336 if (GetGame().SurfaceIsSea(cursorPosition[0], cursorPosition[2]))
337 {
338 ret = true;
339 }
340
341 return ret;
342 }
proto native CGame GetGame()

Перекрестные ссылки ActionData и GetGame().

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