WrapInActorFrame helper
This commit is contained in:
@@ -144,6 +144,10 @@ function LoadActor( path, ... )
|
|||||||
return t(...);
|
return t(...);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function WrapInActorFrame( t )
|
||||||
|
return Def.ActorFrame { children = t }
|
||||||
|
end
|
||||||
|
|
||||||
-- (c) 2006 Glenn Maynard
|
-- (c) 2006 Glenn Maynard
|
||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user