CheckIfDefaultItem

CharacterStyle.CheckIfDefaultItem

Declaration public bool CheckIfDefaultItem(Wearable _wearableToCheck);

Parameters

Parameter
Description

Wearable _wearableToCheck

The Wearable to check.

Description Checks if a Wearable is in the default set.

Returns Returns true if the Wearable is a default item. Returns false if not.

Last updated