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
Min
Category:
Arithmetics
Since engine version:
5.1 OC
Description
Returns the lesser of two values.
Syntax
int
Min(
int
value1,
int
value2);
Parameters
value1:
first Value
value2:
second Value
See also:
BoundBy
,
Inside
,
Max
PeterW, 2001-12