event
onPlayerSpellSetup (client-side)
Available since version: 0.2.1
This event is triggered when player is opening spell in hand.
Parameters
int playerid, Item item, Spell& spell
int
playerid: the id of the player whose opened spell.Item
item: the item object. For more information see Item class.Spell&
spell: the spell object. For more information see Spell class.