C4V_Bool

Kategorie: Variablen
Ab Engineversion: 1.0 OC

Beschreibung

Datentyp: Boolscher Wert (true oder false).

Syntax

int C4V_Bool

Beispiel

if (GetType(x) == C4V_Bool) Log("x=%d", x);
Gibt x im Log aus, wenn es ein boolscher Wert ist.
Siehe auch: GetType
Sven2, 2002-04