This commit is contained in:
Glenn Maynard
2005-06-25 05:06:38 +00:00
parent 96bf9026cc
commit e123fc1a96
+1 -1
View File
@@ -31,7 +31,7 @@ public:
//
// Commands
//
void PushSelf( lua_State *L );
virtual void PushSelf( lua_State *L );
virtual void RunCommandsOnChildren( const LuaReference& cmds ); /* but not on self */
void RunCommandsOnChildren( const apActorCommands& cmds ) { this->RunCommandsOnChildren( *cmds ); } // convenience
virtual void RunCommandsOnLeaves( const LuaReference& cmds, Actor* pParent ); /* but not on self */