PokéRogue
    Preparing search index...

    Type Alias MoveConditionFunc

    MoveConditionFunc: (user: Pokemon, target: Pokemon, move: Move) => boolean

    A function used to conditionally determine execution of a given MoveAttr. Conventionally returns true for success and false for failure.

    Type Declaration