Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0030

Opcode Database

0030

DescriptionReturns true if the float VAR value is greater or equal to the value.
Parameters (v2)1) Global variable (VAR_FLOAT)
2) Float (FLOAT)
Gamessa vc iii
CategoryCommon, Conditional, Math
San Andreas
sascm.ini0030=2, %1d% >= %2d%
Example0030: $STAT_PERCENTAGE_COMPLETED >= 100.0
Command NameIS_FLOAT_VAR_GREATER_OR_EQUAL_TO_NUMBER
Vice City
sascm.ini0030=2, %1d% >= %2d%
Example0030: $3703 >= 1236.5
GTA III
gtascm.ini0030=2, %1d% >= %2d%
Example0030: $float >= 1234.5

<< 002F

0031 >>