GTAG - Modding - Opcode Database - 0038
Opcode Database
0038
| Description | Returns true if the int VAR value is equal to the value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Integer (INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0038=2, %1d% == %2d% |
| Example | 0038: $672 == 1 |
| Command Name | IS_INT_VAR_EQUAL_TO_NUMBER |
| Vice City | |
| sascm.ini | 0038=2, %1d% == %2d% |
| Example | 0038: $onmission == 0 |
| GTA III | |
| gtascm.ini | 0038=2, %1d% == %2d% |
| Example | 0038: $ONMISSION == 0 |

