Repixture/mods/rp_nav/waypoints.lua
2022-04-23 02:17:31 +02:00

11 lines
218 B
Lua

-- 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