TeamUpgradePurchased
Fires when a Team Upgrade is purchased from the Team Upgrade Shop.
This event was changed following the Season 10 update (April 5th, 2024)
The types used for theupgrade
property were changed. Please refer to TeamUpgradeType for the new Team Upgrades that can be referenced in this event.
The tier
property has been removed as all tiers of Team Upgrades are now accessible directly through their name, using the upgrade
property (MAGIC_I
and MAGIC_II
, for example)
Example usage:
Parameters
player: Player
The player who purchased the team upgrade.
team: Team
The team that received the team upgrade.
upgrade: TeamUpgradeType
The team upgrade that was purchased by the player.
Last updated