Category: Variables
Since engine version: 1.0 OC
C4V_C4Object
Description
Data type: object pointer.
Syntax
int C4V_C4Object
Example
if (x && GetType(x)==C4V_C4Object) Log("x=%s", GetName(x));
Writes the name of x to the log if it is an object.
See also: GetType