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