mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Static Moose.lua Generation
This commit is contained in:
parent
080cadb8e0
commit
cb8d75f044
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170327_1159' )
|
env.info( 'Moose Generation Timestamp: 20170327_1206' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -13564,7 +13564,7 @@ function POSITIONABLE:GetRandomVec3( Radius )
|
|||||||
self:T3( PositionableRandomVec3 )
|
self:T3( PositionableRandomVec3 )
|
||||||
return PositionableRandomVec3
|
return PositionableRandomVec3
|
||||||
else
|
else
|
||||||
self:E("Radius is nil, returning the Vec3 of the POSITIONABLE", PositionablePointVec3)
|
self:E("Radius is nil, returning the PointVec3 of the POSITIONABLE", PositionablePointVec3)
|
||||||
return PositionablePointVec3
|
return PositionablePointVec3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170327_1159' )
|
env.info( 'Moose Generation Timestamp: 20170327_1206' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -13564,7 +13564,7 @@ function POSITIONABLE:GetRandomVec3( Radius )
|
|||||||
self:T3( PositionableRandomVec3 )
|
self:T3( PositionableRandomVec3 )
|
||||||
return PositionableRandomVec3
|
return PositionableRandomVec3
|
||||||
else
|
else
|
||||||
self:E("Radius is nil, returning the Vec3 of the POSITIONABLE", PositionablePointVec3)
|
self:E("Radius is nil, returning the PointVec3 of the POSITIONABLE", PositionablePointVec3)
|
||||||
return PositionablePointVec3
|
return PositionablePointVec3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user