getManualWaypoints
Definition
-- @/lua/ge/map.lua:3615
local function getManualWaypoints()
return manualWaypoints
end
Callers
@/lua/ge/extensions/editor/raceEditor/pathnodes.lua
local minNodeDist = 4294967295
for name, n in pairs(map.getManualWaypoints()) do
local node = self.map.nodes[name]
local wps = {}
for name, node in pairs(map.getManualWaypoints()) do
local nd = self.map.nodes[name]
table.clear(sortedWaypointsNames)
for n,_ in pairs(map.getManualWaypoints()) do
table.insert(sortedWaypointsNames, n)