getClothes
Gets the player's clothes.
Syntax
player.getClothes();
Returns
Promise<PlayerClotheItem[]>
- Returns a promise containing an array of PlayerClotheItem objects.
Example
const clothes = await player.getClothes();
Available on: Client
Gets the player's clothes.
player.getClothes();
Promise<PlayerClotheItem[]>
- Returns a promise containing an array of PlayerClotheItem objects.const clothes = await player.getClothes();
Available on: Client