GTAG - Modding - Opcode Database - 0069
Opcode Database
0069
| Description | Multiplies the float VAR value by the float VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Global variable (VAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0069=2,%1d% *= %2d% ; (float) |
| Example | 0069: $TEMPVAR_FLOAT_3 *= $Distance_Between_Points // (float) |
| Command Name | MULT_FLOAT_VAR_BY_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0069=2,%1d% *= %2d% ; (float) |
| Example | 0069: $758 *= $758 // (float) |
| GTA III | |
| gtascm.ini | 0069=2,%1d% *= %2d% ; (float) |
| Example | 0069: $766 *= $766 // (float) |

