Difference between revisions of "Lua:readQword"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' readQword(''Address'') Reads a 64-bit integer from the specified address. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing=…')
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''function''' readQword(''Address'')
+
[[Category:Lua]]
 +
'''function''' readQword(''Address'') ''':''' integer
  
Reads a 64-bit integer from the specified address.
+
Reads a QWORD (8 bytes) from the specified address and interprets them as an integer.
  
 
===Function Parameters===
 
===Function Parameters===
Line 15: Line 16:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[readBytes]]
+
 
* [[readInteger]]
+
=== Related Functions ===
* [[readPointer]]
+
{{ReadWriteMemory}}
* [[readFloat]]
 
* [[readDouble]]
 
* [[readString]]
 
* [[Lua]]
 

Latest revision as of 00:02, 25 January 2018