C4V_Def

Kategorie: Variablen
Ab Engineversion: 1.0 OC

Beschreibung

Data type: Definition. Definitions are a special type of proplist, and this data type is used for distinguishing definitions from proplists.

Syntax

int C4V_Def

Beispiel

if (GetType(definition) == C4V_Def) CreateObject(definition);
Creates an object specified by definition, if that variable is actually a definition.
Siehe auch: GetType
Marky, 2015-01