Static Moose.lua Generation

This commit is contained in:
Grey-Echo 2017-03-27 12:11:02 +02:00
parent 080cadb8e0
commit cb8d75f044
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170327_1159' )
env.info( 'Moose Generation Timestamp: 20170327_1206' )
local base = _G
Include = {}
@ -13564,7 +13564,7 @@ function POSITIONABLE:GetRandomVec3( Radius )
self:T3( PositionableRandomVec3 )
return PositionableRandomVec3
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
end
end

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170327_1159' )
env.info( 'Moose Generation Timestamp: 20170327_1206' )
local base = _G
Include = {}
@ -13564,7 +13564,7 @@ function POSITIONABLE:GetRandomVec3( Radius )
self:T3( PositionableRandomVec3 )
return PositionableRandomVec3
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
end
end