Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
C4V_Any
Category:
Variables
Since engine version:
4.9.1.0 GWE
Description
Data type: unknown data type.
Syntax
int
C4V_Any ();
Remark
This value is also defined as a constant. Thus the parameter brackets can be omitted.
Example
if
(
GetType
(
Par
()) == C4V_Any())
return
();
Cancels the function if the data type of the first parameter is unknown.
See also:
GetType
Sven2, April 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script