Skip to content

function getPlayerDexterity (server-side)

Available since version: 0.0.1

This function will get the player/npc dexterity points.

Declaration

int|null getPlayerDexterity(int id)

Parameters

  • int id: the player id.

Returns int|null

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