Skip to main content

ValidationSanitizeProperties

Callable


  • 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.


    Parameters

    • C: Character

      The character on whom the item is equipped

    • item: Item

      The appearance item to sanitize

    Returns boolean

    • TRUE if the item was modified as part of the sanitization process (indicating that invalid properties were present), FALSE otherwise