007C

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_TIMED_FLOAT_VAR_TO_FLOAT_LVAR


Description

Adds the timed value of the global variable to the floating-point value of the local variable

Syntax

007C: [local var] += [timed global var]

Parameter

[local var]
Local variable
[timed global var]
Global variable

Keywords

global, local, variable, var, float, add, math, timed float, timestep

See also

  • 0078 – adds global var by timed value
  • 0079 – adds local var by timed value
  • 007A – adds global var by timed global var
  • 007B – adds local var by timed local var
  • 007D – adds global var by timed local var