000C

From GTAMods Wiki
Revision as of 11:26, 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_INT_VAR


Description

Subtracts the specified integer from the value stored in the global variable

Syntax

000C: [global var] -= [int]
[global var] -= [int]

Parameter

[global var]
Global variable
[int]
Integer value

Keywords

global, variable, var, integer, sub

See also

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