C4V_Def

Category: Variables
Since engine version: 1.0 OC

Description

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

Example

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