openclonk/docs/sdk/script/fn/Find_Exclude.xml

27 lines
921 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE funcs
SYSTEM '../../../clonk.dtd'>
<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
<funcs>
<func>
<title>Find_Exclude</title>
<category>Objects</category>
<subcat>Search</subcat>
<version>5.1 OC</version>
<syntax>
<rtype>array</rtype>
<params>
<param>
<type>object</type>
<name>exclude</name>
<desc>Object to be excluded. This will be the calling object if unspecified or <code>nil</code>.</desc>
</param>
</params>
</syntax>
<desc>Search criterion: the specified object is excluded from the search.</desc>
<remark>For additional information on the use of this function see <funclink>FindObjects</funclink>.</remark>
<related><funclink>FindObjects</funclink></related>
</func>
<author>Clonkonaut</author><date>2006-07</date>
</funcs>