Skip to content

function getPlayerDexterity (client-side)

Available since version: 0.1.0

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 spawned.