Difference between revisions of "Lua:readFloat"
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 4 bytes at the given address and interprets them as a single precision floating point value
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |