Discuss this page on this pages TalkPage
Syntax | (itmIsInstalled item) → True/Nil |
---|---|
Arguments | 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 | condition query, item |
Description | Query function to see if the item is installed. |
(itmIsInstalled (itmCreate 0x4001 3))
Returns Nil. Return to Functions list