C4V_String

Category: Variables
Since engine version: 1.0 OC

Description

Data type: string.

Syntax

int C4V_String

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, 2002-04