GetWearableByName

WearableDatabase.GetWearableByName

Declaration public Wearable GetWearableByName(string _wearableName);

Parameters

ParameterDescription

string _wearableName

The name of the Wearable you want to find in the databse.

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.

Last updated