C4V_Int

Category: Variables
Since engine version: 1.0 OC

Description

Data type: integer.

Syntax

int C4V_Int

Example

if (GetType(x) == C4V_Int) Log("x=%d", x);
Writes x to the log if it is an integer.
See also: GetType
Sven2, 2002-04