Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 003C

Opcode Database

003C

DescriptionReturns true if the int VAR value is 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.ini003C=2, %1d% == %2d%
Example003C: $Car_Models_To_Export(4@,10i) == 6@
Command NameIS_INT_VAR_EQUAL_TO_INT_LVAR
Vice City
sascm.ini003c=2, %1d% == %2d%
Example003C: $TEMP_INT == 6@
GTA III
gtascm.ini003c=2, %1d% == %2d%
Example003C: $TEMP_INT == 6@

<< 003B

0042 >>