Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 002E

Opcode Database

002E

DescriptionReturns true if the int VAR value is greater or equal to 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.ini002E=2, %1d% >= %2d%
Example002E: $DIALOG_ARRAY_SIZE >= 131@
Command NameIS_INT_VAR_GREATER_OR_EQUAL_TO_INT_LVAR
Vice City
sascm.ini002e=2, %1d% >= %2d%
Example002E: $int >= 131@
GTA III
gtascm.ini002e=2, %1d% >= %2d%
Example002E: $int >= 131@

<< 002D

002F >>