C4V_PropList

Kategorie: Variablen
Ab Engineversion: 1.0 OC

Beschreibung

Datentyp: Proplist.

Syntax

int C4V_PropList

Beispiel

if (GetType(x) == C4V_PropList) x.foo=bar;
Setzt die Eigenschaft "foo" von x auf bar wenn x eine proplist ist.
Siehe auch: GetType
Günther, 2011-05