Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0068

Opcode Database

0068

DescriptionMultiplies the int VAR value by the int VAR.
Parameters (v2)1) (Returned) Global variable (VAR_INT)
2) Global variable (VAR_INT)
Gamessa vc iii
CategoryCommon, Math
San Andreas
sascm.ini0068=2,%1d% *= %2d% ; (int)
Example0068: $HJ_Stunt_Bonus *= $HJ_Stunt_Bonus_Mult // (int)
Command NameMULT_INT_VAR_BY_INT_VAR
Vice City
sascm.ini0068=2,%1d% *= %2d% ; (int)
Example0068: $747 *= $731 // (int)
GTA III
gtascm.ini0068=2,%1d% *= %2d% ; (int)
Example0068: $JUMP_BONUS *= $JUMP_MULTIPLY // (int)

<< 0067

0069 >>