Skip to content

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
  • int playerid: the id of the player whose opened spell.
  • Item item: the item object. For more information see Item class.