GTAG - Modding - Opcode Database - 006B
Opcode Database
006B
| Description | Multiplies the int LVAR value by the int LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 006B=2,%1d% *= %2d% ; (float) |
| Example | 006B: 18@ *= 28@ // (float) |
| Command Name | MULT_FLOAT_LVAR_BY_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 006b=2,%1d% *= %2d% ; (float) |
| Example | 006B: 8@ *= 9@ // (float) |
| GTA III | |
| gtascm.ini | 006b=2,%1d% *= %2d% ; (float) |
| Example | 006B: 8@ *= 9@ // (float) |

