Discuss this page on this page's [[itmSetKnown Talk Page|Talk Page]] === itmSetKnown === See [[http://xelerus.de/index.php?s=functions&function=62|itmSetKnown at Xelerus]] ^ Syntax | (itmSetKnown {item | itemUNID}) -> True or Error | ^ Arguments | item: An itemStruct or the UNID of the item you want to make known. | ^ Returns | True if successful, or an Error if the argument is not an item | ^ Category | [[item functions|item]] | ^ Description | Makes the item known, if the item is unknown it turns it into its known type. | === Example === (itmSetKnown (itmCreate 0x4001 3)) Returns True. (you can't create unknown items in code.). Return to [[:Functions]] list