Skip to content

function getPlayerMagicLevel (client-side)

Deprecated since version: 0.3.0

This function will get the player/npc magic level.

Declaration

int|null getPlayerMagicLevel(int id)

Parameters

  • int id: the player id.

Returns int|null

the magicLevel or null if player isn't spawned.