PokéRogue
    Preparing search index...

    A priority queue responsible for the ordering of MovePhases

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    lastTurnOrder: Pokemon[] = []
    queue: MovePhase[] = []

    The items in the queue.

    Methods

    • Sort queued MovePhases after speed order has been applied.
      Checks for timing modifiers (Quash/etc), innate move priority and priority modifiers (Quick Claw/etc) in that order.

      Returns void