Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Max
Category:
Arithmetics
Since engine version:
4.6.5.0 CP
Description
Returns the greater of two values
Syntax
int
Max (
int
iVal1,
int
iVal2);
Parameters
iVal1:
first Value
iVal2:
second Value
See also:
BoundBy
,
Inside
,
Min
PeterW, Dezember 2001
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script