Method RemoveItemProperties
RemoveItemProperties(ItemPropertyTableEntry?, ItemPropertySubTypeTableEntry?, EffectDuration?, string?)
Remove all item properties from this item, using the specified filter options.
If no filters are set, removes all item properties from this item.
public void RemoveItemProperties(ItemPropertyTableEntry? propertyType = null, ItemPropertySubTypeTableEntry? subType = null, EffectDuration? durationType = null, string? tag = null)
Parameters
propertyTypeItemPropertyTableEntryIf set, restricts the deletion of item properties to the specified type.
subTypeItemPropertySubTypeTableEntryIf set, restricts the deletion of item properties to the specified sub-type.
durationTypeEffectDuration?If set, restricts the deletion of item properties to the specified duration type.
tagstringIf set, restricts the deletion of item properties to the specified tag.