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

29 lines
803 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>Contents</title>
<category>Objects</category>
<subcat>Contents</subcat>
<version>1.0 OC</version>
<syntax>
<rtype>object</rtype>
<params>
<param>
<type>int</type>
<name>index</name>
<desc>Index of the object in the container, starting with 0.</desc>
</param>
</params>
</syntax>
<desc>Returns the indicated object contained in the target obj.</desc>
<related>
<funclink>Contained</funclink>
<funclink>FindContents</funclink>
</related>
</func>
<author>springer</author><date>2002-04</date>
</funcs>