Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
CastInt
Category:
Variables
Since engine version:
4.9.6.0 CR
Description
Converts a value into an integer.
Syntax
int
CastInt (
any
Value);
Parameter
Value:
Data to convert.
See also:
CastAny
,
CastBool
,
CastC4ID
Fulgen, August 2016
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script