static int _g_get_MessageCallback(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); DCET.Model.SessionCallbackComponent gen_to_be_invoked = (DCET.Model.SessionCallbackComponent)translator.FastGetCSObj(L, 1); translator.Push(L, gen_to_be_invoked.MessageCallback); } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } return(1); }
static int _s_set_DisposeCallback(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); DCET.Model.SessionCallbackComponent gen_to_be_invoked = (DCET.Model.SessionCallbackComponent)translator.FastGetCSObj(L, 1); gen_to_be_invoked.DisposeCallback = translator.GetDelegate <System.Action <DCET.Model.Session> >(L, 2); } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } return(0); }
static int __CreateInstance(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); if (LuaAPI.lua_gettop(L) == 1) { DCET.Model.SessionCallbackComponent gen_ret = new DCET.Model.SessionCallbackComponent(); translator.Push(L, 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 DCET.Model.SessionCallbackComponent constructor!")); }
static int _m_Dispose(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); DCET.Model.SessionCallbackComponent gen_to_be_invoked = (DCET.Model.SessionCallbackComponent)translator.FastGetCSObj(L, 1); { gen_to_be_invoked.Dispose( ); return(0); } } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } }