GE Lua Documentation

Press F to search!

onRemoveWaypoint

Definition


-- @/lua/ge/map.lua:3510

local function onRemoveWaypoint(wp)
  --print("waypoint removed: " .. tostring(wp))
  if isEditorEnabled then
    delayedLoad:callAfter(0.5, loadMap)
  end
end

Callers