Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 001C

Opcode Database

001C

DescriptionReturns true if the int VAR value is greater than 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.ini001C=2, %1d% > %2d%
Example001C: $CURRENT_MONTH_DAY > $GYM_MONTH_DAY_WHEN_LIMIT_REACHED
Command NameIS_INT_VAR_GREATER_THAN_INT_VAR
Vice City
sascm.ini001c=2, %1d% > %2d%
Example001C: $396 > $1182
GTA III
gtascm.ini001c=2, %1d% > %2d%
Example001C: $DODO_FLIGHTTIME > $DODO_FLIGHTTIME_RECORD

<< 001B

001D >>