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

33 lines
1.2 KiB
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_Not</title>
<category>Objects</category>
<subcat>Search</subcat>
<version>5.1 OC</version>
<syntax>
<rtype>array</rtype>
<params>
<param>
<type>array</type>
<name>Criteria</name>
<desc>Search criterion in the form of a Find_* function</desc>
</param>
</params>
</syntax>
<desc>Search criterion: finds all objects which do NOT fulfill the specified criterion.</desc>
<remark>For additional information on the use of this function see <funclink>FindObjects</funclink>.</remark>
<examples>
<example>
<code><funclink>FindObjects</funclink>(<funclink>Find_Distance</funclink>(50), Find_Not(<funclink>Find_Distance</funclink>(30))</code>
<text>Returns a list of all objects which are at at least 30 but no more than 50 pixel distance.</text>
</example>
</examples>
<related><funclink>FindObjects</funclink></related>
</func>
<author>Clonkonaut</author><date>2006-07</date>
</funcs>