Difference between revisions of "Lua:readBytes"

From Cheat Engine
Jump to navigation Jump to search
 
(14 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
 
Note: The bytes read are from the Cheat Engine process instead of the targeted process
 
  
 
===Function Parameters===
 
===Function Parameters===
Line 12: Line 11:
 
|-
 
|-
 
|Address
 
|Address
|String or Integer
+
|[[CEAddressString]] or Integer
 
|The address to read
 
|The address to read
 
|-
 
|-
Line 24: Line 23:
 
|}
 
|}
  
 +
{{LuaSeeAlso}}
  
== See also ==
+
=== Related Functions ===
* [[readBytes]]
+
{{ReadWriteMemory}}

Latest revision as of 00:01, 25 January 2018