CT v0.0.4

Fixed wrong z-position.
Generalized abort parameters.
Added preliminary F10 menu.
This commit is contained in:
Frank
2018-10-13 00:37:15 +02:00
parent 33509a49e0
commit f9cb5d5966
2 changed files with 344 additions and 62 deletions

View File

@@ -699,7 +699,7 @@ end
--- Returns the unit's climb or descent angle.
-- @param Wrapper.Positionable#POSITIONABLE self
-- @return #number Climb or descent angle in degrees.
function POSITIONABLE:GetAoA()
function POSITIONABLE:GetClimbAnge()
-- Get position of the unit.
local unitpos = self:GetPosition()