GE Lua Documentation

Press F to search!

clearMissionsFromMinimap

Definition


-- @/lua/ge/extensions/freeroam/bigMapPoiProvider.lua:158
M.clearMissionsFromMinimap = function()
  if getCurrentLevelIdentifier() then
    guihooks.trigger("NavigationStaticMarkers", {key = 'missions', items = {}})
  end
end

Callers