Difference between revisions of "0005"
								
								Jump to navigation
				Jump to search
				
				
		
					
								
							
		|  (page updates) | |||
| Line 17: | Line 17: | ||
| set, global, float, variable, math | set, global, float, variable, math | ||
| − | [[Category:Math OpCodes]] | + | [[Category:OpCodes]][[Category:Math OpCodes]] | 
Revision as of 21:15, 27 January 2015
Description
- Sets the value of a global variable to a specified float.
Syntax
- 0005: [global var] = [flt]
- [global var] = [flt]
Parameter
- [global var]
- Global variable
 
- [flt]
- Floating-point value
 
This opcode sets the value of a global variable to a specified float.
Keywords
set, global, float, variable, math




