Discuss this page on this pages [[itmIsDamaged Talk Page|TalkPage]] === itmIsDamaged === See [[http://xelerus.de/index.php?s=functions&function=55|itmIsDamaged at Xelerus]] ^ Syntax | (itmIsDamaged item) -> True/Nil | ^ Arguments | item: The itemStruct of the item you want to check for damage. | ^ Returns | boolean: True if the item is damaged, Nil otherwise. | ^ Category | [[condition query]], [[item]], [[repair/damage]] | ^ Description | Returns whether the item is damaged or not. | === Example === (itmIsDamaged (itmCreate 0x4001 3)) Returns Nil. (well of course new items will not be damaged) Return to [[:Functions]] list