GTAG - Modding - Opcode Database - 0010
Opcode Database
0010
| Description | Multiplies the int VAR by the value. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_INT) 2) Integer (INT) |
| Games | |
| Category | Common, Math |
| San Andreas | |
| sascm.ini | 0010=2,%1d% *= %2d% |
| Example | 0010: $GS_GANG_CASH *= 100 |
| Command Name | MULT_INT_VAR_BY_VAL |
| Vice City | |
| sascm.ini | 0010=2,%1d% *= %2d% |
| Example | 0010: $726 *= 2 |
| GTA III | |
| gtascm.ini | 0010=2,%1d% *= %2d% |
| Example | 0010: $JUMP_BONUS *= 180 |

