GTAG - Modding - Opcode Database - 003C
Opcode Database
003C
| Description | Returns 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) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 003C=2, %1d% == %2d% |
| Example | 003C: $Car_Models_To_Export(4@,10i) == 6@ |
| Command Name | IS_INT_VAR_EQUAL_TO_INT_LVAR |
| Vice City | |
| sascm.ini | 003c=2, %1d% == %2d% |
| Example | 003C: $TEMP_INT == 6@ |
| GTA III | |
| gtascm.ini | 003c=2, %1d% == %2d% |
| Example | 003C: $TEMP_INT == 6@ |

