GTAG - Modding - Opcode Database - 0037
Opcode Database
0037
| Description | Returns true if the float LVAR value is greater or equal to the float VAR value. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_FLOAT) 2) Global variable (VAR_FLOAT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0037=2, %1d% >= %2d% |
| Example | 0037: 189@(217@,8f) >= $TEMPVAR_FLOAT_2 |
| Command Name | IS_FLOAT_LVAR_GREATER_OR_EQUAL_TO_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0037=2, %1d% >= %2d% |
| Example | 0037: 189@ >= $float2 |
| GTA III | |
| gtascm.ini | 0037=2, %1d% >= %2d% |
| Example | 0037: 189@ >= $float2 |

