Functions Documentation
View Function Edit Function
Name itmHasModifier_deprecated
Syntax (itmHasModifier_deprecated itemStruct string)
Argument List itemStruct: The itemStruct of the item you want to see if it has the modifier.
Returns condition: True if the item has the modifier Nil otherwise
Category 0.98, item, deprecated
Description Finds out if the item has the modifier and returns the result.
DEPRECATED: Use itmHasAttribute instead.
Example
(itmHasModifier (itmCreate 0x403E 1) 'ArmorEnhance)

Returns True.
Comment Useful if you are only checking for only one modifier. If looking for more use itmMatches.