1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!DOCTYPE funcs
3  SYSTEM '../../../clonk.dtd'>
4<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
5<funcs>
6  <const>
7    <title>C4V_Nil</title>
8    <category>Variables</category>
9    <version>5.2 OC</version>
10    <syntax><rtype>int</rtype></syntax>
11    <desc>Data type: nil.</desc>
12    <examples>
13      <example>
14        <code><funclink>if</funclink> (<funclink>GetType</funclink>(<funclink>Par</funclink>()) == C4V_Nil) return;</code>
15        <text>Cancels the function if the data type of the first parameter is <code>nil</code>.</text>
16      </example>
17    </examples>
18    <related><funclink>GetType</funclink></related>
19  </const>
20  <author>Sven2</author><date>2002-04</date>
21</funcs>
22