Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
C4V_Array
Category:
Variables
Since engine version:
4.9.6.0 CR
Description
Data type: array.
Syntax
int
C4V_Array ();
Remark
This value is also defined as a constant. Thus the parameter brackets can be omitted.
Example
if
(
GetType
(x) != C4V_Array()) x =
CreateArray
();
Stores a new, empty array in x if it hasn't been an array already.
See also:
GetType
Clonk-Karl, Dezember 2008
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script