GTAG - Modding - Opcode Database - 0026
Opcode Database
0026
| Description | Returns true if the float VAR value is greater than the float LVAR value. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0026=2, %1d% > %2d% |
| Example | 0026: $TEMPVAR_FLOAT_1 > 513@(227@,10f) |
| Command Name | IS_FLOAT_VAR_GREATER_THAN_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 0026=2, %1d% > %2d% |
| Example | 0026: $TEMPVAR_FLOAT_1 > 513@ |
| GTA III | |
| gtascm.ini | 0026=2, %1d% > %2d% |
| Example | 0026: $TEMPVAR_FLOAT_1 > 513@ |

