Discuss this page on this pages [[itmHasAttribute Talk Page|TalkPage]] === itmHasAttribute === See [[http://xelerus.de/index.php?s=functions&function=322|itmHasAttribute at Xelerus]] ^ Syntax | (itmHasAttribute item attrib) -> True/Nil | ^ Arguments | item: The item you want to test | ^ | attrib: The attribute you want to test | ^ Returns | True if the 'item' contains the 'attrib', Nil otherwise | ^ Category | [[0.99]], [[condition query]], [[item]] | ^ Description | Checks if an item has a given attribute. | === Example === (itmHasAttribute (itmCreate &itLiquidOxygen; 1) "Volatile") returns True Return to [[:Functions]] list