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
intid: the player id.inthandId: the handId. For more information see Hand constants.
Returns Item|null
the item object or null. For more information see Item class.