mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
FOX Missile Trainer
FOX v0.5.0 - Added new missile trainer. RANGE v2.1.1 - Fixed bugs. WAREHOUSE v0.9.0 - Added events AssetSpawned and AssetLowFuel - Improved Arrived function.
This commit is contained in:
@@ -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 } )
|
||||
|
||||
Reference in New Issue
Block a user