GTAG - Modding - Opcode Database - 001A
Opcode Database
001A
| Description | Returns true if the value is greater than the int VAR value. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 001A=2, %1d% > %2d% |
| Example | 001A: 10 > $SYNDICATE_TOTAL_PASSED_MISSIONS |
| Command Name | IS_NUMBER_GREATER_THAN_INT_VAR |
| Vice City | |
| sascm.ini | 001a=2, %1d% > %2d% |
| Example | 001A: 10 > $746 |
| GTA III | |
| gtascm.ini | 001a=2, %1d% > %2d% |
| Example | 001A: 19 > $65 |

