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

27 lines
968 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_ActionTarget2</title>
<category>Objects</category>
<subcat>Search</subcat>
<version>5.1 OC</version>
<syntax>
<rtype>array</rtype>
<params>
<param>
<type>object</type>
<name>action_target</name>
<desc>Action target of the objects to be found.</desc>
</param>
</params>
</syntax>
<desc>Search criterion: finds all objects that have the specified second action target.</desc>
<remark>For additional information on the use of this function see <funclink>FindObjects</funclink>.</remark>
<related><funclink>FindObjects</funclink><funclink>Find_ActionTarget</funclink><funclink>Find_ActionTargets</funclink></related>
</func>
<author>PeterW</author><date>2011</date>
</funcs>