Difference between revisions of "Lua:readDouble"
								
								Jump to navigation
				Jump to search
				
				
		
 					
								
							
		| Line 1: | Line 1: | ||
| − | '''function''' readDouble(''Address'')  | + | '''function''' readDouble(''Address'') ''':''' float  | 
Reads a QWORD (8 bytes) at the given address and interprets them as a double precision floating point value.  | Reads a QWORD (8 bytes) at the given address and interprets them as a double precision floating point value.  | ||
Revision as of 01:50, 11 March 2017
function readDouble(Address) : float
Reads a QWORD (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 | 
See also
Related Functions
- readBytes
 - readInteger
 - readQword
 - readPointer
 - readFloat
 - readString
 - writeBytes
 - writeInteger
 - writeQword
 - writeFloat
 - writeDouble
 - writeString
 - readBytesLocal
 - readIntegerLocal
 - readQwordLocal
 - readPointerLocal
 - readFloatLocal
 - readDoubleLocal
 - readStringLocal
 - writeBytesLocal
 - writeIntegerLocal
 - writeQwordLocal
 - writeFloatLocal
 - writeDoubleLocal
 - writeStringLocal
 - wordToByteTable
 - dwordToByteTable
 - qwordToByteTable
 - floatToByteTable
 - doubleToByteTable
 - stringToByteTable
 - wideStringToByteTable
 - byteTableToWord
 - byteTableToDword
 - byteTableToQword
 - byteTableToFloat
 - byteTableToDouble
 - byteTableToString
 - byteTableToWideString