Merge pull request #1161 from FlightControl-Master/FF/Develop

FOX Missile Trainer and Misc
This commit is contained in:
Frank
2019-05-26 21:30:15 +02:00
committed by GitHub
10 changed files with 2413 additions and 637 deletions

View File

@@ -887,6 +887,14 @@ function AIRBASE:CheckOnRunWay(group, radius, despawn)
return false
end
--- Get category of airbase.
-- @param #WAREHOUSE self
-- @return #number Category of airbase from GetDesc().category.
function AIRBASE:GetAirbaseCategory()
return self:GetDesc().category
end
--- Helper function to check for the correct terminal type including "artificial" ones.
-- @param #number Term_Type Termial type from getParking routine.
-- @param #AIRBASE.TerminalType termtype Terminal type from AIRBASE.TerminalType enumerator.