- Added functions
This commit is contained in:
Frank
2023-09-24 22:09:49 +02:00
parent 9c7b5e8506
commit c46061466c
6 changed files with 853 additions and 155 deletions

View File

@@ -484,7 +484,7 @@ NAVPOINT.version="0.0.1"
-- @return #NAVPOINT self
function NAVPOINT:NewFromCoordinate(Name, Coordinate)
-- Inherit everything from SCENERY class.
-- Inherit everything from BASE class.
self=BASE:Inherit(self, BASE:New()) -- #NAVFIX
self.coordinate=Coordinate