Discuss this page on this pages [[objHasAttribute Talk Page|TalkPage]] === objHasAttribute === See [[http://xelerus.de/index.php?s=functions&function=112|objHasAttribute at Xelerus]] ^ Syntax | (objHasAttribute spaceObject string) | ^ Arguments | spaceObject: The space object you want to see if it has the attribute. | ^ | string: The attribute's that you want name. | ^ Returns | condition: True if the space object has that attribute. Nil otherwise. | ^ Category | [[condition query]], [[spaceobject]] | ^ Description | Checks to see if the space object has the attribute named by the string. | === Example === (objHasAttribute gSource "pirates") Checks to see if the space object has the attribute pirates. Return to [[:Functions]] list