Skip to content

function setPlayerMaxMana (server-side)

Available since version: 0.1.3

This function will set the player max mana points for all players.

Declaration

void setPlayerMaxMana(int id, int maxMana)

Parameters

  • int id: the player id.
  • int maxMana: the maximum mana points amount.