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

25 lines
731 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>Construction</title>
<category>Callbacks</category>
<subcat>Objects</subcat>
<version>1.0 OC</version>
<syntax>
<rtype>any</rtype>
<params>
<param>
<type>object</type>
<name>creator</name>
<desc>Object that created the new object. <code>nil</code> if created in a global context (scenario script,...).</desc>
</param>
</params>
</syntax>
<desc>Called at the creation of an object.</desc>
</func>
<author>boni</author><date>2007-04</date>
</funcs>