Example #1
0
        static int _m_EnterPage_xlua_st_(RealStatePtr L)
        {
            try {
                {
                    string _page    = LuaAPI.lua_tostring(L, 1);
                    int    _club_id = LuaAPI.xlua_tointeger(L, 2);

                    PUtils.EnterPage(_page, _club_id);



                    return(0);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }