Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0058

Opcode Database

0058

DescriptionAdds the int VAR value to the other int VAR.
Parameters (v2)1) Global variable (VAR_INT)
2) Global variable (VAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0058=2,%1d% += %2d% ; (int)
Example0058: $1924 += $1929 // (int)
Command NameADD_INT_VAR_TO_INT_VAR
Vice City
sascm.ini0058=2,%1d% += %2d% ;; integer values
Example0058: $726 += $769 // integer values
GTA III
gtascm.ini0058=2,%1d% += %2d% // integer values
Example0058: $JUMP_BONUS += $JUMP_ROTATION // integer values

<< 0057

0059 >>