Difference between revisions of "Lua:readFloatLocal"
Jump to navigation
Jump to search
(Created page with ''''function''' readFloatLocal(''Address'') Reads 32-bits (4 bytes) at the given address, in Cheat Engine's memory, and interprets them as a single precision floating point value…') |
|||
Line 1: | Line 1: | ||
'''function''' readFloatLocal(''Address'') | '''function''' readFloatLocal(''Address'') | ||
− | Reads | + | Reads a DWORD (4 bytes) at the given address, in Cheat Engine's memory, and interprets them as a single precision floating point value. |
===Function Parameters=== | ===Function Parameters=== |
Revision as of 05:01, 9 March 2017
function readFloatLocal(Address)
Reads a DWORD (4 bytes) at the given address, in Cheat Engine's memory, and interprets them as a single 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
- readDouble
- readString
- writeBytes
- writeInteger
- writeQword
- writeFloat
- writeDouble
- writeString
- readBytesLocal
- readIntegerLocal
- readQwordLocal
- readPointerLocal
- readDoubleLocal
- readStringLocal
- writeBytesLocal
- writeIntegerLocal
- writeQwordLocal
- writeFloatLocal
- writeDoubleLocal
- writeStringLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString