GTAG - Modding - Opcode Database - 0030
Opcode Database
0030
| Description | Returns true if the float VAR value is greater or equal to the value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0030=2, %1d% >= %2d% |
| Example | 0030: $STAT_PERCENTAGE_COMPLETED >= 100.0 |
| Command Name | IS_FLOAT_VAR_GREATER_OR_EQUAL_TO_NUMBER |
| Vice City | |
| sascm.ini | 0030=2, %1d% >= %2d% |
| Example | 0030: $3703 >= 1236.5 |
| GTA III | |
| gtascm.ini | 0030=2, %1d% >= %2d% |
| Example | 0030: $float >= 1234.5 |

