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

17 lines
741 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>ScrollContents</title>
<category>Objects</category>
<subcat>Contents</subcat>
<version>5.1 OC</version>
<syntax><rtype>object</rtype></syntax>
<desc>Shifts the contents of an object. This will always shift by exactly one object (as opposed to <funclink>ShiftContents</funclink>). No call to ControlContents is made. Returns a pointer to the object at the front of the contents list after the shift.</desc>
<related><funclink>ShiftContents</funclink></related>
</func>
<author>PeterW</author><date>2003-02</date>
</funcs>