PokéRogue
    Preparing search index...

    Function getLevelMoves

    • Get all level moves the species form can learn

      Parameters

      • context: LevelMoveContext

        Basic information about the Pokemon to get the level moves for

      • includeEvolutionMoves: boolean = false

        (Default: false) Whether to include evolution moves

      • includePrevolutionMoves: boolean = false

        (Default: false) Whether to include moves from prevolutions

      • includeRelearnerMoves: boolean = false

        (Default: false) Whether to include moves that would require a relearner. Note the move relearner inherently allows evolution moves

      • learnSituation: LearnMoveSituation = LearnMoveSituation.MISC

        (Default: LearnMoveSituation.MISC) The situation in which the moves are being learned

      Returns LevelMovesWithSource

      An array of level, moveid and source tuples, sorted by level and source.