Difference between revisions of "000D"

From GTAMods Wiki
Jump to navigation Jump to search
(Sanny Builder Example)
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
 
| ini        = 000D=2,%1d% -= %2d%
 
| ini        = 000D=2,%1d% -= %2d%
| description = Deducts  an integer value from a global variable.   
+
| description = Deducts  an floating point value from a global variable.   
 
| p1          = global variable
 
| p1          = global variable
 
| p2          = a floating point value
 
| p2          = a floating point value

Revision as of 16:16, 9 October 2010

{{{games}}}


Description
Deducts an floating point value from a global variable.
Syntax
{{{syntax1}}}
Parameter

This opcode deducts a floating point value from the value of a specific global variable.

Sanny Builder Example

000D: $TEMPVAR_Z_COORD -= 0.5

Keywords

global, variable, floating point value, deduct