Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 002C

Opcode Database

002C

DescriptionReturns true if the int VAR value is greater or equal to the other int VAR value.
Parameters (v2)1) Global variable (VAR_INT)
2) Global variable (VAR_INT)
Gamessa vc iii
CategoryCommon, Conditional, Math
San Andreas
sascm.ini002C=2, %1d% >= %2d% ; (int)
Example002C: $SAVE_PICKUPS_INDEX >= $TOTAL_AVAILABLE_SAVE_PICKUPS // (int)
Command NameIS_INT_VAR_GREATER_OR_EQUAL_TO_INT_VAR
Vice City
sascm.ini002c=2, %1d% >= %2d%
Example002C: $int >= $int2
GTA III
gtascm.ini002c=2, %1d% >= %2d%
Example002C: $int >= $int2

<< 002B

002D >>