AIRBOSS v0.9.9.3

- Added F-14 support.
This commit is contained in:
Frank
2019-03-13 20:52:57 +01:00
parent 5dbc3b1ba1
commit 1e0b51a0a9
4 changed files with 127 additions and 48 deletions

View File

@@ -918,8 +918,7 @@ end
--- Returns true if the UNIT is in the air.
-- @param #UNIT self
-- @return #boolean true if in the air.
-- @return #nil The UNIT is not existing or alive.
-- @return #boolean Return true if in the air or #nil if the UNIT is not existing or alive.
function UNIT:InAir()
self:F2( self.UnitName )