static int _Createioo(IntPtr L) { int count = LuaDLL.lua_gettop(L); if (count == 0) { ioo obj = new ioo(); LuaScriptMgr.PushObject(L, obj); return(1); } else { LuaDLL.luaL_error(L, "invalid arguments to method: ioo.New"); } return(0); }
static int _Createioo(IntPtr L) { int count = LuaDLL.lua_gettop(L); if (count == 0) { ioo obj = new ioo(); LuaScriptMgr.PushObject(L, obj); return 1; } else { LuaDLL.luaL_error(L, "invalid arguments to method: ioo.New"); } return 0; }