EnemyEvent.begin_cast()

This function will make a given enemy being the casting of the EnemyEvent event.

Parameter

  • Enemy : Enemy - Enemy object that will perform the EnemyEvent event.

Usage

MagicRaidWide.being_cast(Enemy()) # The object Enemy() will start the cast of the MagicRaidWide EnemyEvent.

Warning

Do not call this function. This function is automatically being called during the simulation.