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

24 lines
669 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>ScriptCounter</title>
<category>Script</category>
<version>5.1 OC</version>
<syntax><rtype>int</rtype></syntax>
<desc>Prints the current value of the scenario script counter.</desc>
<examples>
<example>
<text>See <funclink>goto</funclink>().</text>
</example>
</examples>
<related>
<funclink>ScriptGo</funclink>
<funclink>goto</funclink>
</related>
</func>
<author>Sven2</author><date>2002-08</date>
</funcs>