GTAG - Modding - Opcode Database - 001E
Opcode Database
001E
| Description | Returns 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) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 001E=2, %1d% > %2d% |
| Example | 001E: $CURRENT_TIME_IN_MS2 > 3@ |
| Command Name | IS_INT_VAR_GREATER_THAN_INT_LVAR |
| Vice City | |
| sascm.ini | 001E=2, %1d% > %2d% |
| Example | 001E: $2970 > 1@ |
| GTA III | |
| gtascm.ini | 001E=2, %1d% > %2d% |
| Example | 001E: $int > 2@ |

