PokéRogue
    Preparing search index...

    Variable __INTERNAL_TEST_EXPORTSConst Internal

    __INTERNAL_TEST_EXPORTS: {
        adjustDamageMoveWeights: typeof adjustDamageMoveWeights;
        adjustWeightsForTrainer: typeof adjustWeightsForTrainer;
        calculateTotalPoolWeight: typeof calculateTotalPoolWeight;
        fillInRemainingMovesetSlots: typeof fillInRemainingMovesetSlots;
        filterMovePool: typeof filterMovePool;
        filterPool: typeof filterPool;
        filterRemainingTrainerMovePool: typeof filterRemainingTrainerMovePool;
        forceLogging?: boolean;
        forceStabMove: typeof forceStabMove;
        getAllowedTmTiers: typeof getAllowedTmTiers;
        getAndWeightEggMoves: typeof getAndWeightEggMoves;
        getAndWeightLevelMoves: typeof getAndWeightLevelMoves;
        getAndWeightTmMoves: typeof getAndWeightTmMoves;
        getEggMoveWeight: typeof getEggMoveWeight;
        getEggPoolForSpecies: typeof getEggPoolForSpecies;
        getTmPoolForSpecies: typeof getTmPoolForSpecies;
    } = ...

    Exports for internal testing purposes. ⚠️ These must not be used outside of tests, as they will not be defined.

    Type Declaration