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

