PageRenderTime 36ms CodeModel.GetById 28ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/sdk/script/fn/C4V_Array.xml

https://bitbucket.org/randrian/openclonk2
XML | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | c6a70263461f16690ba9bcec790c4b4e MD5 | raw file
Possible License(s): WTFPL, 0BSD, LGPL-2.1, CC-BY-3.0
 1<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 2<!DOCTYPE funcs SYSTEM "../../../clonk.dtd">
 3<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
 4<funcs>
 5  <func>
 6    <title>C4V_Array</title>
 7    <category>Variablen</category>
 8    <version>4.9.6.0 CR</version>
 9    <syntax>
10      <rtype>int</rtype>
11    </syntax>
12    <desc>Datentyp: Array.</desc>
13		<remark>Dieser Wert ist als Engine-Konstante definiert. Die Funktionsklammern k�nnen daher optional weggelassen werden.</remark>
14    <examples>
15      <example>
16        <code><funclink>if</funclink> (<funclink>GetType</funclink>(x) != C4V_Array()) x = <funclink>CreateArray</funclink>();</code>
17        <text>Speichert ein neues, leeres Array in x wenn es noch kein Array ist.</text>
18      </example>
19    </examples>
20    <related>
21      <funclink>GetType</funclink>
22    </related>
23  </func>
24  <author>Clonk-Karl</author><date>Dezember 2008</date>
25</funcs>