Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
CreateArray
Category:
Script / Strings
Since engine version:
4.9.6.0 CR
Description
Creates a new zero filled array.
Syntax
array
CreateArray (
int
Length);
Parameter
Length:
Length of the new array
See also:
GetLength
,
SetLength
Günther, Juni 2006
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script