Difference between revisions of "Lua:readBytes"

From Cheat Engine
Jump to navigation Jump to search
 
(10 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 22: Line 23:
 
|}
 
|}
  
== See also ==
+
{{LuaSeeAlso}}
* [[readBytesLocal]]
+
 
* [[Lua]]
+
=== Related Functions ===
 +
{{ReadWriteMemory}}

Latest revision as of 00:01, 25 January 2018