in the
blog
website
forum
documentation
repository
crucible
bugtracker
Home
Download
Blog
Forum
League
Docs
Developers
Repository
Bugs
C4V_Bool
Category:
Variables
Since engine version:
1.0 OC
Description
Data type: boolean value (
true
or
false
).
Syntax
int
C4V_Bool
Example
if
(
GetType
(x) == C4V_Bool)
Log
(
"x=%d"
, x);
Writes x to the log if it is a boolean value.
See also:
GetType
Sven2, 2002-04