GTAG - Modding - Opcode Database - 006E
Opcode Database
006E
| Description | Multiplies the int LVAR value by the int VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 006E=2,%1d% *= %2d% ; (int) |
| Example | 006E: 44@ *= $int |
| Command Name | MULT_INT_LVAR_BY_INT_VAR |
| Vice City | |
| sascm.ini | 006e=2,%1d% *= %2d% ; (int) |
| Example | 006E: 2@ *= $int |
| GTA III | |
| gtascm.ini | 006e=2,%1d% *= %2d% ; (int) |
| Example | 006E: 2@ *= $int |

