GTAG - Modding - Opcode Database - 0028
Opcode Database
0028
| Description | Returns true if the int VAR value is greater or equal to the value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Integer (INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0028=2, %1d% >= %2d% |
| Example | 0028: $5283 >= 180000 |
| Command Name | IS_INT_VAR_GREATER_OR_EQUAL_TO_NUMBER |
| Vice City | |
| sascm.ini | 0028=2, %1d% >= %2d% |
| Example | 0028: $9 >= 23 |
| GTA III | |
| gtascm.ini | 0028=2, %1d% >= %2d% |
| Example | 0028: $65 >= 9 |

