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