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

20 lines
755 B
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE funcs SYSTEM "../../../clonk.dtd">
<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
<funcs>
<func>
<title>Construction</title>
<category>Callbacks</category>
<subcat>Objekte</subcat>
<version>4.6.5.0 CP<extversion>4.9.6.2 CR</extversion></version>
2009-09-03 20:33:10 +00:00
<syntax>
<rtype>any</rtype>
<params>
<param><type>object</type><name>creator</name><desc>Objekt welches das neu erstellte Objekt erzeugt hat. 0 wenn es global (Szenarioscript,...) erstellt wurde.</desc></param>
</params>
</syntax>
<desc>Wird bei der Erzeugung eines Objekts aufgerufen.</desc>
</func>
<author>boni</author><date>April 2007</date>
</funcs>