static int _g_get_Injections(RealStatePtr L) { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); try { Meow.Framework.LuaBehaviour __cl_gen_to_be_invoked = (Meow.Framework.LuaBehaviour)translator.FastGetCSObj(L, 1); translator.Push(L, __cl_gen_to_be_invoked.Injections); } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } return(1); }
static int _s_set_ScriptEnv(RealStatePtr L) { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); try { Meow.Framework.LuaBehaviour __cl_gen_to_be_invoked = (Meow.Framework.LuaBehaviour)translator.FastGetCSObj(L, 1); __cl_gen_to_be_invoked.ScriptEnv = (XLua.LuaTable)translator.GetObject(L, 2, typeof(XLua.LuaTable)); } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } return(0); }
static int _s_set_LuaPath(RealStatePtr L) { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); try { Meow.Framework.LuaBehaviour __cl_gen_to_be_invoked = (Meow.Framework.LuaBehaviour)translator.FastGetCSObj(L, 1); __cl_gen_to_be_invoked.LuaPath = LuaAPI.lua_tostring(L, 2); } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } return(0); }
static int __CreateInstance(RealStatePtr L) { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); try { if (LuaAPI.lua_gettop(L) == 1) { Meow.Framework.LuaBehaviour __cl_gen_ret = new Meow.Framework.LuaBehaviour(); translator.Push(L, __cl_gen_ret); return(1); } } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } return(LuaAPI.luaL_error(L, "invalid arguments to Meow.Framework.LuaBehaviour constructor!")); }