AthenaShared.utility.clothing ​
Type Aliases ​
ClothingInfo ​
Ƭ ClothingInfo: Object
Type declaration ​
| Name | Type |
|---|---|
components | player[] |
sex | number |
Defined in ​
Functions ​
clothingComponentToIconName ​
Usage
AthenaShared.utility.clothing.clothingComponentToIconName(sex, components): string
Converts a clothing component to the corresponding icon name that should be used.
Parameters ​
| Name | Type |
|---|---|
sex | number |
components | ClothingComponent[] |
Returns ​
string
Defined in ​
clothingItemToIconName ​
Usage
AthenaShared.utility.clothing.clothingItemToIconName(item): string
Converts clothing information to an icon name that can be used componentIdentifier-dlcHash-isProp?-isNotShared?-drawableID
Parameters ​
| Name | Type |
|---|---|
item | Item<DefaultItemBehavior, ClothingInfo> |
Returns ​
string
V5 Docs