示例#1
0
        static int _s_set_GlobalProto(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DCETRuntime.GlobalConfigComponent gen_to_be_invoked = (DCETRuntime.GlobalConfigComponent)translator.FastGetCSObj(L, 1);
                gen_to_be_invoked.GlobalProto = (DCETRuntime.GlobalProto)translator.GetObject(L, 2, typeof(DCETRuntime.GlobalProto));
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(0);
        }
示例#2
0
        static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    DCETRuntime.GlobalConfigComponent gen_ret = new DCETRuntime.GlobalConfigComponent();
                    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 DCETRuntime.GlobalConfigComponent constructor!"));
        }