GreaterThan (deprecated)

Category: Arithmetics
Since engine version: 4.6.5.0 CP

Description

Returns true if the first passed value is greater than the second (iValue1 > iValue2).

Syntax

bool GreaterThan (int iVal1, int iVal2);

Parameters

iVal1:
first Value
iVal2:
second Value

Remark

Instead of GreaterThan() you should use the operator ">": iVal1 > iVal2

Changelog

Date Author Version Description
23rd December 2022 Funni unknown Deprecated: Already marked as deprecated in the developer documentation of clonk.de. Thus deprecated at least since 4.9.10.7 [330] CR.
See also: LessThan
PeterW, November 2001
Funni, 23rd December 2022