C4V_Bool

Category: Variables
Since engine version: 1.0 OC

Description

Data type: boolean value (true or false).

Syntax

int C4V_Bool

Example

if (GetType(x) == C4V_Bool) Log("x=%d", x);
Writes x to the log if it is a boolean value.
See also: GetType
Sven2, 2002-04