in the
blog
website
forum
documentation
repository
crucible
bugtracker
Home
Download
Blog
Forum
League
Docs
Developers
Repository
Bugs
C4V_PropList
Category:
Variables
Since engine version:
1.0 OC
Description
Data type: Proplist.
Syntax
int
C4V_PropList
Example
if
(
GetType
(x) == C4V_PropList) x.foo=bar;
Sets the property
"foo"
of
x
to
bar
if
x
is a proplist.
See also:
GetType
Günther, 2011-05