Camas/mods/nav/waypoints.lua

11 lines
218 B
Lua
Raw Normal View History

2019-08-28 18:03:54 +02:00
-- Waypoint handling is a stub at the moment.
-- TODO: Implement waypoints
function nav.add_waypoint(pos, name, label, isinfo, w_type)
-- This is a stub
end
function nav.remove_waypoint(name)
-- This is a stub
end