GTAG - Modding - Opcode Database - 001B
Opcode Database
001B
| Description | Returns true if the value is greater than the int LVAR value. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 001B=2, %1d% > %2d% |
| Example | 001B: 3 > 20@ |
| Command Name | IS_NUMBER_GREATER_THAN_INT_LVAR |
| Vice City | |
| sascm.ini | 001b=2, %1d% > %2d% |
| Example | 001B: 2 > 2@ |
| GTA III | |
| gtascm.ini | 001b=2, %1d% > %2d% |
| Example | 001B: 6000 > 16@ |

