GTAG - Modding - Opcode Database - 0029
Opcode Database
0029
| Description | Returns true if the int LVAR value is greater or equal to the value. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_INT) 2) Integer (INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0029=2, %1d% >= %2d% |
| Example | 0029: 17@ >= 4 |
| Command Name | IS_INT_LVAR_GREATER_OR_EQUAL_TO_NUMBER |
| Vice City | |
| sascm.ini | 0029=2, %1d% >= %2d% |
| Example | 0029: 17@ >= 30000 |
| GTA III | |
| gtascm.ini | 0029=2, %1d% >= %2d% |
| Example | 0029: 17@ >= 20000 |

