0078

From GTAMods Wiki
Revision as of 09:55, 16 June 2015 by Seemann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_TIMED_VAL_TO_FLOAT_VAR


Description

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

Syntax

0078: [global var] += [timed float]

Parameter

[global var]
Global variable
[timed float]
Floating-point timed value

Keywords

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

See also

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