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

