Skip to content

function getPlayerMaxMana (server-side)

Available since version: 0.1.3

This function will get the player/npc max mana points.

Declaration

int|null getPlayerMaxMana(int id)

Parameters

  • int id: the player id.

Returns int|null

the maximum mana points amount or null if player isn't created.