search
in the
blog
c4script function list
c4script reference
c4script function list (DE)
c4script reference (DE)
bugtracker
forum
hg changelog
hg resources changelog
website
Home
FAQ
About
Download
Latest Release
Development Snapshot
Archive
Forum
Development
Bugtracker
Repository
Resource Repository
Documentation
C4Script Reference
Blog
C4V_Int
Category:
Variables
Since engine version:
5.1 OC
Description
Data type: integer.
Syntax
int
C4V_Int
Example
if
(
GetType
(x) == C4V_Int)
Log
(
"x=%d"
, x);
Writes x to the log if it is an integer.
See also:
GetType
Sven2, 2002-04