C4V_Nil

Category: Variables
Since engine version: 2.0 OC

Description

Data type: nil.

Syntax

int C4V_Nil

Example

if (GetType(Par()) == C4V_Nil) return;
Cancels the function if the data type of the first parameter is nil.
See also: GetType
Sven2, 2002-04