Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetType
Category:
Variables
Since engine version:
4.9.1.0 GWE
Description
Returns the data type of a passed value.
Syntax
int
GetType (
any
Value);
Parameter
Value:
Data of which to determine the type.
See also:
C4V_Any
,
C4V_Array
,
C4V_Bool
,
C4V_C4ID
,
C4V_C4Object
,
C4V_Int
,
C4V_String
PeterW, Juni 2003
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script