GTAG - Modding - Opcode Database - 0034
Opcode Database
0034
| Description | Returns true if the float VAR value is greater or equal to the other float VAR value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_FLOAT) 2) Global variable (VAR_FLOAT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0034=2, %1d% >= %2d% |
| Example | 0034: $float >= $float2 |
| Command Name | IS_FLOAT_VAR_GREATER_OR_EQUAL_TO_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0034=2, %1d% >= %2d% |
| Example | 0034: $8276 >= $8278 |
| GTA III | |
| gtascm.ini | 0034=2, %1d% >= %2d% |
| Example | 0034: $8276 >= $8278 |

