Difference between revisions of "Lua:readSmallInteger"
Jump to navigation
Jump to search
(Created page with 'Category:Lua '''function''' readSmallInteger(''Address'') ''':''' integer Reads a WORD (2 bytes) at the given address and interprets them as an integer ===Function Paramete…') |
(No difference)
|
Revision as of 08:56, 4 July 2017
function readSmallInteger(Address) : integer
Reads a WORD (2 bytes) at the given address and interprets them as an integer
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
- writeSmallInteger
- 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