GTAG - Modding - Opcode Database - 0021
Opcode Database
0021
| Description | Returns true if the float LVAR value is greater than the float value. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Common, Conditional, Math |
| San Andreas | |
| sascm.ini | 0021=2, %1d% > %2d% |
| Example | 0021: 26@ > 64.0 |
| Command Name | IS_FLOAT_LVAR_GREATER_THAN_NUMBER |
| Vice City | |
| sascm.ini | 0021=2, %1d% > %2d% |
| Example | 0021: 9@ > 100.0 |
| GTA III | |
| gtascm.ini | 0021=2, %1d% > %2d% |
| Example | 0021: 0@ > 0.0 |

