GetWearableByName
CharacterStyle.GetWearableByName
Declaration public Wearable GetWearableByName(string _wearableName);
Parameters
Parameter
Description
string _wearableName
The name of the Wearable you're looking for.
Description The public function to retrieve a Wearable that's name matches the one provided. If a Wearable matching the name doesn't exist, it returns null.
Returns A Wearable that's name matches the one provided. Or null, if none exists.
Last updated