GetAllWearablesOfCategory
CharacterStyle.GetAllWearablesOfCategory
Last updated
CharacterStyle.GetAllWearablesOfCategory
Last updated
Declaration public List<Wearable> GetAllWearablesOfCategory(WearableCategory _category);
Parameters
Parameter | Description |
---|---|
Description The public function to retrieve a list of wearables in a given category from all Wearable Databases in the Wearable Database array.
Returns A list of Wearables assigned to the specified Wearable Category.
WearableCategory _category
The Wearable Category you want a list of Wearables for.