C4V_Array

Category: Variables
Since engine version: 1.0 OC

Description

Data type: array.

Syntax

int C4V_Array

Example

if (GetType(x) != C4V_Array) x = CreateArray();
Saves a new, empty array in x if it is not already an array.
See also: GetType
Clonk-Karl, 2008-12