Difference between revisions of "0007"
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 | + | | description = Stores a floating-point value into a local variable. |
− | | p1 = | + | | p1 = local variable |
− | | p2 = | + | | p2 = a floating-point value |
| game = [[GTA 3]], [[Vice City]], [[San Andreas]] | | game = [[GTA 3]], [[Vice City]], [[San Andreas]] | ||
}} | }} | ||
− | This opcode stores a | + | 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, | + | 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