in the
blog
website
forum
documentation
repository
crucible
bugtracker
Home
Download
Blog
Forum
League
Docs
Developers
Repository
Bugs
C4V_Int
Kategorie:
Variablen
Ab Engineversion:
1.0 OC
Beschreibung
Datentyp: Ganzzahl.
Syntax
int
C4V_Int
Beispiel
if
(
GetType
(x) == C4V_Int)
Log
(
"x=%d"
, x);
Gibt x im Log aus, wenn es eine Ganzzahl ist.
Siehe auch:
GetType
Sven2, 2002-04