Discuss this page on this page's [[itmIsKnown Talk Page|Talk Page]] === itmIsKnown === See [[http://xelerus.de/index.php?s=functions&function=61|itmIsKnown at Xelerus]] ^ Syntax | (itmIsKnown item) -> True/Nil | ^ Arguments | item: The itemStruct of the item you want to test. | ^ Returns | condition: True if the item is known, Nil otherwise. | ^ Category | [[condition query functions|condition query]], [[item functions|item]] | ^ Description | Query function to see if the item is known. For more on known items, see item criteria on the [[..:functions:legend|function legend page]] | === Example === (itmIsKnown (itmCreate 0x4001 3)) Returns True. (you can't create unknown items in code.). Return to [[:Functions]] list