expermienting with DEFINE_METHOD macro for Lua methods
This commit is contained in:
@@ -202,7 +202,8 @@ public:
|
||||
|
||||
static void Register(lua_State *L)
|
||||
{
|
||||
ADD_METHOD( Broadcast )
|
||||
ADD_METHOD( Broadcast );
|
||||
|
||||
Luna<T>::Register( L );
|
||||
|
||||
// Add global singleton if constructed already. If it's not constructed yet,
|
||||
|
||||
Reference in New Issue
Block a user