CheckHiddenListForWearable

HiddenWearableManager.CheckHiddenListForWearable

Declaration public WearableSlot CheckHiddenListForWearable(Wearable _hiddenWearable, int _matchIndex);

Parameters

Parameter
Description

Wearable _hiddenWearable

The Wearable to check for.

int _matchIndex

The Wearable's Match Index. This will be ignored for anything but Cosmetic Wearables, since they could be "found" even if it's a different Match. Instead, they need to be checked for the right matching Wearable.

Description The public function to check the list of hidden Wearables for the specified Wearable and match index.

Returns The matching Wearable Slot. If not found, it will return null.

Last updated