mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Generate moose.lua
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170314_0908' )
|
env.info( 'Moose Generation Timestamp: 20170314_1530' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -15069,7 +15069,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
|
|||||||
PointFrom.x = ControllablePoint.x
|
PointFrom.x = ControllablePoint.x
|
||||||
PointFrom.y = ControllablePoint.y
|
PointFrom.y = ControllablePoint.y
|
||||||
PointFrom.type = "Turning Point"
|
PointFrom.type = "Turning Point"
|
||||||
PointFrom.action = "Cone"
|
PointFrom.action = Formation or "Cone"
|
||||||
PointFrom.speed = 20 / 1.6
|
PointFrom.speed = 20 / 1.6
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170314_0908' )
|
env.info( 'Moose Generation Timestamp: 20170314_1530' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -15069,7 +15069,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
|
|||||||
PointFrom.x = ControllablePoint.x
|
PointFrom.x = ControllablePoint.x
|
||||||
PointFrom.y = ControllablePoint.y
|
PointFrom.y = ControllablePoint.y
|
||||||
PointFrom.type = "Turning Point"
|
PointFrom.type = "Turning Point"
|
||||||
PointFrom.action = "Cone"
|
PointFrom.action = Formation or "Cone"
|
||||||
PointFrom.speed = 20 / 1.6
|
PointFrom.speed = 20 / 1.6
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user