Category: Variables
Since engine version: 1.0 OC
C4V_Array
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