GE Lua Documentation

Press F to search!

enterBigMapWithCustomPOIs

Definition


-- @/lua/ge/extensions/freeroam/bigMapMode.lua:1461

local function enterBigMapWithCustomPOIs(poiIds, callback, options)
  poiSelectCallback = callback
  enterBigMap(options)
  setOnlyIdsVisible(poiIds)
end

Callers

@/lua/ge/extensions/career/modules/delivery/cargoScreen.lua
    }
    freeroam_bigMapMode.enterBigMapWithCustomPOIs({}, M.deliveryMarkerSelected, options)
    if facilityId == nil and parkingSpotPath == nil then