GTAG - Modding - Opcode Database - 001F
Opcode Database
001F
| Description | Returns true if the int LVAR value is greater than the int VAR value. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 001F=2, %1d% > %2d% |
| Example | 001F: 9@ > $GIRL_PROGRESS[0] |
| Command Name | IS_INT_LVAR_GREATER_THAN_INT_VAR |
| Vice City | |
| sascm.ini | 001f=2, %1d% > %2d% |
| Example | 001F: 17@ > $6722 |
| GTA III | |
| gtascm.ini | 001f=2, %1d% > %2d% |
| Example | 001F: 17@ > $1480 |

