Difference between revisions of "Lua:readBytes"

From Cheat Engine
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''function''' readBytes(''Address'', ''Bytecount'', ''ReturnAsTable'' )
+
[[Category:Lua]]
 +
'''function''' readBytes(''Address'', ''Bytecount'', ''ReturnAsTable'' ) ''':''' (byte, ...) '''-''' table
  
 
Returns the bytes at the given address
 
Returns the bytes at the given address
Line 10: Line 11:
 
|-
 
|-
 
|Address
 
|Address
|String or Integer
+
|[[CEAddressString]] or Integer
 
|The address to read
 
|The address to read
 
|-
 
|-
Line 21: Line 22:
 
|Returns a table object instead of multiple return values
 
|Returns a table object instead of multiple return values
 
|}
 
|}
 +
 +
{{LuaSeeAlso}}
 +
 +
=== Related Functions ===
 +
{{ReadWriteMemory}}

Latest revision as of 00:01, 25 January 2018