Discuss this page on this page's [[envHasAttribute Talk Page|Talk Page]] === envHasAttribute === See [[http://xelerus.de/index.php?s=functions&function=303|envHasAttribute at Xelerus]] ^ Syntax | (envHasAttribute number string) | ^ Arguments | number: The unid of the space environment you are querying about. | ^ | string: The name of the attribute. | ^ Returns | True if it has it nil otherwise. | ^ Category | [[0.99 functions|0.99]], [[condition query functions|condition query]], [[unid functions|UNID]] | ^ Description | Checks to see if the given space environment has the given attribute and returns the result. | === Example === (envHasAttribute &seNebula; 'nebula) Will return True. Return to [[:Functions]] list