Kategorie: Variablen
Ab Engineversion: 1.0 OC
C4V_PropList
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