GTAG - Modding - Opcode Database - 006A
Opcode Database
006A
| Description | Multiplies the int LVAR value by the int LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 006A=2,%1d% *= %2d% ; (int) |
| Example | 006A: 25@ *= 29@ // (int) |
| Command Name | MULT_INT_LVAR_BY_INT_LVAR |
| Vice City | |
| sascm.ini | 006a=2,%1d% *= %2d% ; (int) |
| Example | 006A: 2@ *= 4@ // (int) |
| GTA III | |
| gtascm.ini | 006a=2,%1d% *= %2d% ; (int) |
| Example | 006A: 3@ *= 5@ // (int) |

