Difference between revisions of "Lua:readDouble"
								
								Jump to navigation
				Jump to search
				
				
		
		| Line 10: | Line 10: | ||
| |- | |- | ||
| |Address | |Address | ||
| − | | | + | |CEAddressString or Integer | 
| |The address to read | |The address to read | ||
| |} | |} | ||
Revision as of 15:16, 22 February 2012
function readFloat(Address)
Reads the 8 bytes at the given address and interprets them as a double precision floating point value
Function Parameters
| Parameter | Type | Description | 
|---|---|---|
| Address | CEAddressString or Integer | The address to read | 

