GTAG - Modding - Opcode Database - 002E
Opcode Database
002E
| Description | Returns true if the int VAR value is greater or equal to the int LVAR value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 002E=2, %1d% >= %2d% |
| Example | 002E: $DIALOG_ARRAY_SIZE >= 131@ |
| Command Name | IS_INT_VAR_GREATER_OR_EQUAL_TO_INT_LVAR |
| Vice City | |
| sascm.ini | 002e=2, %1d% >= %2d% |
| Example | 002E: $int >= 131@ |
| GTA III | |
| gtascm.ini | 002e=2, %1d% >= %2d% |
| Example | 002E: $int >= 131@ |

