modding:function:itmisinstalled
Discuss this page on this pages TalkPage
itmIsInstalled
| 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
modding/function/itmisinstalled.txt · Last modified: by 127.0.0.1
