function
getPlayerRing (client-side)
Available since version: 0.1.10
This function will get the equipped player/npc ring.
Declaration
Item|null getPlayerRing(int id, int handId)
Parameters
int
id: the player id.int
handId: the handId. For more information see Hand constants.
Returns Item|null
the item object. For more information see Item class.