Discuss this page on this pages [[itmIsInstalled Talk Page|TalkPage]] === itmIsInstalled === See [[http://xelerus.de/index.php?s=functions&function=57|itmIsInstalled at Xelerus]] ^ 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. | === Example === (itmIsInstalled (itmCreate 0x4001 3)) Returns Nil. Return to [[:Functions]] list