pokemon-rogue-battle
    Preparing search index...

    Enumeration BattleSceneEventType

    Alias for all BattleScene events

    Index

    Enumeration Members

    BERRY_USED: "onBerryUsed"

    Triggers when a berry gets successfully used

    CANDY_UPGRADE_NOTIFICATION_CHANGED: "onCandyUpgradeNotificationChanged"

    Triggers when the corresponding setting is changed

    ENCOUNTER_PHASE: "onEncounterPhase"

    Triggers at the start of each new encounter

    MOVE_USED: "onMoveUsed"

    Triggers when a move is successfully used

    NEW_ARENA: "onNewArena"

    Triggers when a new Arena is created during initialization

    TURN_END: "onTurnEnd"

    Triggers after a turn ends in battle

    TURN_INIT: "onTurnInit"

    Triggers on the first turn of a new battle