Functions Documentation
View Function Edit Function
Name itmIsInstalled
Syntax (itmIsInstalled item) -> True/Nil
Argument List item: The itemStruct of the item you want to see if it is installed or not.
Returns condition: True if the item is installed, Nil otherwise.
Category item, condition query
Description Query function to see if the item is installed.
Example
(itmIsInstalled (itmCreate 0x4001 3))

Returns Nil.
Comment Basic query function for items. Useful if you don't want to use the filters or itmMatches.