Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 001E

Opcode Database

001E

DescriptionReturns true if the int VAR value is greater than the int LVAR value.
Parameters (v2)1) Global variable (VAR_INT)
2) Local variable (LVAR_INT)
Gamessa vc iii
CategoryCommon, Conditional, Math
San Andreas
sascm.ini001E=2, %1d% > %2d%
Example001E: $CURRENT_TIME_IN_MS2 > 3@
Command NameIS_INT_VAR_GREATER_THAN_INT_LVAR
Vice City
sascm.ini001E=2, %1d% > %2d%
Example001E: $2970 > 1@
GTA III
gtascm.ini001E=2, %1d% > %2d%
Example001E: $int > 2@

<< 001D

001F >>