EnemyEvent.cast()
This function applies the effect of the EnemyEvent. Automatically called when the EnemyEvent is done being casted.
Parameters
Enemy : Enemy - Object of the Enemy casting the event.
Usage
MagicRaidWide.cast(Enemy()) # Enemy() object will cast MagicRaidWide.
Warning
Do not call this function. This function is automatically being called during the simulation.