Class | Description |
---|---|
RibbonEvent |
Event class containing all sub events relating to ribbons
|
RibbonEvent.ReceiveRibbon |
The event relating to when a Pokemon is given a ribbon
|
RibbonEvent.ReceiveRibbon.Post |
Fired after the ribbon is given to the Pokemon
|
RibbonEvent.ReceiveRibbon.Pre |
Fired just before the ribbon is given
Here you can modify the ribbon given, or if it will be set as the display ribbon
Cancelling this will prevent the ribbon being given or displayed
|
RibbonEvent.RemoveRibbon |
This contains the events relating to when a ribbon is removed from a Pokemon
|
RibbonEvent.RemoveRibbon.Post |
Fired after the ribbon is removed from the Pokemon
|
RibbonEvent.RemoveRibbon.Pre |
The event fired just before the ribbon is removed from the Pokemon
Here you can set the ribbon or if the displayed ribbon will be removed (and set to no display)]
Cancelling this will cancel the removal & the removal of the display
|
RibbonEvent.SetDisplayedRibbon |
The event called for when a pokemon's displayed ribbon is set
|
RibbonEvent.SetDisplayedRibbon.Post |
Fired after the displayed ribbon has been set
You cannot cancel this event
|
RibbonEvent.SetDisplayedRibbon.Pre |
Fired before the ribbon is set.
|