Category: Variables
Since engine version: 2.0 OC
C4V_Nil
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