GTAG - Modding - Opcode Database - 0011
Opcode Database
0011
| Description | Multiplies the float VAR by the value. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Common, Math |
| San Andreas | |
| sascm.ini | 0011=2,%1d% *= %2d% |
| Example | 0011: $HJ_TEMP_FLOAT *= 100.0 |
| Command Name | MULT_FLOAT_VAR_BY_VAL |
| Vice City | |
| sascm.ini | 0011=2,%1d% *= %2d% |
| Example | 0011: $763 *= 100.0 |
| GTA III | |
| gtascm.ini | 0011=2,%1d% *= %2d% |
| Example | 0011: $LAND_Z *= 100.0 |

