GTAG - Modding - Opcode Database - 002D
Opcode Database
002D
| Description | Returns true if the int LVAR value is greater or equal to the other int LVAR value. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 002D=2, %1d% >= %2d% |
| Example | 002D: 43@ >= 271@ |
| Command Name | IS_INT_LVAR_GREATER_OR_EQUAL_TO_INT_LVAR |
| Vice City | |
| sascm.ini | 002d=2, %1d% >= %2d% |
| Example | 002D: 43@ >= 271@ |
| GTA III | |
| gtascm.ini | 002d=2, %1d% >= %2d% |
| Example | 002D: 43@ >= 271@ |

