event onPlayerChangeMana (server-side)
Available since version: 0.3.0
Triggered when player mana changes.
Parameters
void onPlayerChangeMana(number player_id, number previous, number current)
numberplayer_id: The id of the player whose mana points got changed.numberprevious: The previous mana points of the player.numbercurrent: The current mana points of the player.