005A

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_INT_LVAR_TO_INT_LVAR


Description

Adds the integer value of the local variable to the integer value of the local variable.

Syntax

005A: [local var 1] += [local var 2]
[local var 1] += [local var 2]

Parameter

[local var 1]
Local variable
[local var 2]
Local variable

This opcode increments the integer value of the local variable by the integer value of another local variable.

Keywords

add, increment, local, integer, variable, math

See also

  • 0058 – adds int value of global var to int value of global var
  • 0059 – adds float value of global var to float value of global var
  • 005B – adds float value of local var to float value of local var
  • 005C – adds int value of global var to int value of local var
  • 005D – adds float value of global var to float value of local var
  • 005E – adds int value of local var to int value of global var
  • 005F – adds float value of local var to float value of global var