GetWearableByName
WearableDatabase.GetWearableByName
Last updated
WearableDatabase.GetWearableByName
Last updated
Declaration public Wearable GetWearableByName(string _wearableName);
Parameters
Parameter | Description |
---|---|
Description The public function to retrieve a Wearable of a specified name from a Wearable Database.
Returns The Wearable with the matching name. If no Wearable matches that name, returns null.
string _wearableName
The name of the Wearable you want to find in the databse.