예제 #1
0
    static int _Createfogs_proto_msg_EnhanceExerciseResp(IntPtr L)
    {
        int count = LuaDLL.lua_gettop(L);

        if (count == 0)
        {
            fogs.proto.msg.EnhanceExerciseResp obj = new fogs.proto.msg.EnhanceExerciseResp();
            LuaScriptMgr.PushObject(L, obj);
            return(1);
        }
        else
        {
            LuaDLL.luaL_error(L, "invalid arguments to method: fogs.proto.msg.EnhanceExerciseResp.New");
        }

        return(0);
    }
예제 #2
0
    static int get_role_id(IntPtr L)
    {
        object o = LuaScriptMgr.GetLuaObject(L, 1);

        fogs.proto.msg.EnhanceExerciseResp obj = (fogs.proto.msg.EnhanceExerciseResp)o;

        if (obj == null)
        {
            LuaTypes types = LuaDLL.lua_type(L, 1);

            if (types == LuaTypes.LUA_TTABLE)
            {
                LuaDLL.luaL_error(L, "unknown member name role_id");
            }
            else
            {
                LuaDLL.luaL_error(L, "attempt to index role_id on a nil value");
            }
        }

        LuaScriptMgr.Push(L, obj.role_id);
        return(1);
    }
예제 #3
0
    static int set_result(IntPtr L)
    {
        object o = LuaScriptMgr.GetLuaObject(L, 1);

        fogs.proto.msg.EnhanceExerciseResp obj = (fogs.proto.msg.EnhanceExerciseResp)o;

        if (obj == null)
        {
            LuaTypes types = LuaDLL.lua_type(L, 1);

            if (types == LuaTypes.LUA_TTABLE)
            {
                LuaDLL.luaL_error(L, "unknown member name result");
            }
            else
            {
                LuaDLL.luaL_error(L, "attempt to index result on a nil value");
            }
        }

        obj.result = (uint)LuaScriptMgr.GetNumber(L, 3);
        return(0);
    }