BeforeProjectileLaunched
Fires before a projectile is launched, allowing you to cancel the event.
Last updated
Fires before a projectile is launched, allowing you to cancel the event.
Last updated
Example usage:
The entity that launched the projectile (may not exist).
The type of projectile that hit.
The position from which the projectile was launched.
The velocity of the projectile when launched.
The type of item from which the projectile was launched, if the projectile was directly fired from the item.
If set to true, the projectile launch will be cancelled.