Discuss this page on this page's [[itmIsEnhanced Talk Page|Talk Page]] === itmIsEnhanced === See [[http://xelerus.de/index.php?s=functions&function=56|itmIsEnhanced at Xelerus]] ^ Syntax | (itmIsEnhanced item) -> enhancement | ^ Arguments | item: The itemStruct of the item you want to get the enhancement status of. | ^ Returns | enhancement: Either the enhancement flag (if it is enhanced) or Nil. | ^ Category | [[enhancement functions|enhancement]], [[item functions|item]] | ^ Description | Gets the [[..:functionlegend#enhancement|enhancement flag]] for the item and returns it. | === Example === (block (testArm) (setq testArm (itmCreate 0x4001 1)) (itmSetEnhanced testArm 0x0105) (itmIsEnhanced testArm) ) Returns 261. Return to [[:Functions]] list