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

@@ -291,7 +291,7 @@ end
-- @param #SPAWNSTATIC self
-- @param Core.Zone#ZONE_BASE Zone The Zone where to spawn the static.
-- @param #number Heading The heading of the static, which is a number in degrees from 0 to 360.
-- @param #string (optional) The name of the new static.
-- @param #string NewName (optional) The name of the new static.
-- @return #SPAWNSTATIC
function SPAWNSTATIC:SpawnFromZone( Zone, Heading, NewName ) --R2.1
self:F( { Zone, Heading, NewName } )