Difference between revisions of "0007"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
 
| ini        = 0007=2,%1d% = %2d%
 
| ini        = 0007=2,%1d% = %2d%
| description = Stores a Float into a Local Variable.   
+
| description = Stores a floating-point value into a local variable.   
| p1          = Local Variable
+
| p1          = local variable
| p2          = Floating Point
+
| p2          = a floating-point value
 
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
 
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
 
}}
 
}}
This opcode stores a Floating point into a Local Variable.
+
This opcode stores a floating point value into a local variable.
  
 
==Sanny Builder Example==
 
==Sanny Builder Example==
Line 13: Line 13:
  
 
==Keywords==
 
==Keywords==
Local, Variable, Float, Floating point
+
Local, Variable, floating point value
  
 
[[Category:Math_OpCodes]]
 
[[Category:Math_OpCodes]]

Revision as of 16:59, 7 October 2010

{{{games}}}


Description
Stores a floating-point value into a local variable.
Syntax
{{{syntax1}}}
Parameter

This opcode stores a floating point value into a local variable.

Sanny Builder Example

0007: 7@ = 0.0

Keywords

Local, Variable, floating point value