ValidationSanitizeEffects
Callable
Parameters
C: Character
The character on whom the item is equipped
item: Item
The item whose
Effectproperty should be sanitized
Returns boolean
- TRUE if the item's
Effectproperty was modified as part of the sanitization process (indicating it was not a valid string array, or that invalid effects were present), FALSE otherwise
Sanitizes the
Effectarray on an item's Property object, if present. This ensures that it is a valid array of strings, and that each item in the array is present in the asset'sAllowEffectarray.