GTAG - Modding - Opcode Database - 002C
Opcode Database
002C
| Description | Returns true if the int VAR value is greater or equal to the other int VAR value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 002C=2, %1d% >= %2d% ; (int) |
| Example | 002C: $SAVE_PICKUPS_INDEX >= $TOTAL_AVAILABLE_SAVE_PICKUPS // (int) |
| Command Name | IS_INT_VAR_GREATER_OR_EQUAL_TO_INT_VAR |
| Vice City | |
| sascm.ini | 002c=2, %1d% >= %2d% |
| Example | 002C: $int >= $int2 |
| GTA III | |
| gtascm.ini | 002c=2, %1d% >= %2d% |
| Example | 002C: $int >= $int2 |

