C4V_C4Object
Category:
Variables
Since engine version:
5.1 OC
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
Sven2, 2002-04