Awacs next Alpha

This commit is contained in:
Applevangelist
2022-04-27 14:37:38 +02:00
parent a4f1c60da2
commit 3a513da942
3 changed files with 1084 additions and 245 deletions

View File

@@ -2752,7 +2752,7 @@ do -- COORDINATE
return "BR, " .. self:GetBRText( AngleRadians, Distance, Settings )
end
--- Return a BRAA string from a COORDINATE to the COORDINATE.
--- Return a BRA string from a COORDINATE to the COORDINATE.
-- @param #COORDINATE self
-- @param #COORDINATE FromCoordinate The coordinate to measure the distance and the bearing from.
-- @param Core.Settings#SETTINGS Settings (optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.