Difference between revisions of "Lua:readBytes"

From Cheat Engine
Jump to navigation Jump to search
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Test}}
+
[[Category:Lua]]
 
+
'''function''' readBytes(''Address'', ''Bytecount'', ''ReturnAsTable'' ) ''':''' (byte, ...) '''-''' table
= readBytes =
 
 
 
'''function''' readBytes(''Address'', ''Bytecount'', ''ReturnAsTable'' )
 
  
 
Returns the bytes at the given address
 
Returns the bytes at the given address
Line 14: Line 11:
 
|-
 
|-
 
|Address
 
|Address
|String or Integer
+
|[[CEAddressString]] or Integer
 
|The address to read
 
|The address to read
 
|-
 
|-
Line 25: 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