000D

From GTAMods Wiki
Revision as of 11:27, 2 February 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 SUB_VAL_FROM_FLOAT_VAR


Description

Subtracts the specified floating-point value from the value stored in the global variable

Syntax

000D: [global var] -= [flt]
[global var] -= [flt]

Parameter

[global var]
Global variable
[flt]
Floating-point value

Keywords

global, variable, var, float, sub

See also

  • 000C – subs int from global var
  • 000E – subs int from local var
  • 000F – subs flt from local var