0079

From GTAMods Wiki
Revision as of 22:15, 15 June 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''ADD_TIMED_VAL_TO_FLOAT_LVAR''' <hr /> '''Description''' : Adds the value stored in the local variable by the specified Math_operations#Timed_opcodes|time...")
(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_LVAR


Description

Adds the value stored in the local variable by the specified timed float

Syntax

0079: [local var] += [timed float]

Parameter

[local var]
Local variable
[timed float]
Floating-point value

Keywords

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

See also

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