Difference between revisions of "0015"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 0015=2,%1d% /= %2d% | description = Divides a the value of a specific global variable by a floating point value. | p1 = global variable | p2 …')
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0015=2,%1d% /= %2d%
+
| ini        = 1
 
| description = Divides a the value of a specific global variable by a floating point value.   
 
| description = Divides a the value of a specific global variable by a floating point value.   
 
| p1          = global variable
 
| p1          = global variable

Revision as of 17:38, 15 October 2010

{{{games}}}


Description
Divides a the value of a specific global variable by a floating point value.
Syntax
{{{syntax1}}}
Parameter

This opcode divides a the value of a specific global variable by a floating point value.

Sanny Builder Example

0015: $EXPORT_PRICE_HEALTH_MULTIPLIER /= 1000.0

Keywords

global, variable, floating point value, divide