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

22 lines
981 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>
<const>
<title>OCF_Entrance</title>
<category>Objects</category>
<subcat>OCF</subcat>
<version>5.1 OC</version>
<syntax><rtype>int</rtype></syntax>
<desc>Object character flag: The object has an active entrance area. For this there must be a defined entrance area (see <emlink href="definition/defcore.html">DefCore.txt</emlink>), the object must be complete and not rotated too far.</desc>
<remark>For more information and examples regarding these constants see <emlink href="definition/ocf.html">object character flags</emlink>.</remark>
<related>
<funclink>GetOCF</funclink>
<funclink>FindObject</funclink>
<emlink href="definition/ocf.html">Object character flags</emlink>
</related>
</const>
<author>Sven2</author><date>2002-05</date>
</funcs>