Method Item:ClearEnchantment [-] [+]
Removes an enchant from the Item by the specified slot
Synopsis
enchantmentRemoved = Item:ClearEnchantment( enchantSlot )
Arguments
number enchantSlotThe slot for the enchant to be removed from.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
boolean enchantmentRemovedIf enchantment is successfully removed from specified slot, returns 'true', otherwise 'false'.