static int _m_CheckCanGetServerBossBox(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            xc.Dungeon.CollectionObjectBehaviour __cl_gen_to_be_invoked = (xc.Dungeon.CollectionObjectBehaviour)translator.FastGetCSObj(L, 1);


            try {
                {
                    bool showTips = LuaAPI.lua_toboolean(L, 2);

                    bool __cl_gen_ret = __cl_gen_to_be_invoked.CheckCanGetServerBossBox(showTips);
                    LuaAPI.lua_pushboolean(L, __cl_gen_ret);



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