FunctionsValidationSanitizePropertiesValidationSanitizeProperties CallableValidationSanitizeProperties(C: Character, item: Item): booleanSanitizes the properties on an appearance item to ensure that no invalid properties are present. This removes invalid locks, strips invalid values, and ensures property values are within the constraints defined by an item.ParametersC: CharacterThe character on whom the item is equippeditem: ItemThe appearance item to sanitizeReturns booleanTRUE if the item was modified as part of the sanitization process (indicating that invalid properties were present), FALSE otherwise
Sanitizes the properties on an appearance item to ensure that no invalid properties are present. This removes invalid locks, strips invalid values, and ensures property values are within the constraints defined by an item.