C4V_String

Category: Variables
Since engine version: 4.9.1.0 GWE

Description

Data type: string.

Syntax

int C4V_String ();

Remark

This value is also defined as a constant. Thus the parameter brackets can be omitted.

Example

if (x && GetType(x)==C4V_String()) Log("x=%s", x);
Writes x to the log if it is a string.
See also: GetType
Sven2, April 2002