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=…')
 
Line 1: Line 1:
 
'''function''' readQword(''Address'')
 
'''function''' readQword(''Address'')
  
Reads a 64-bit integer from the specified address.
+
Reads a 64-bit (8 bytes) integer from the specified address.
  
 
===Function Parameters===
 
===Function Parameters===

Revision as of 06:45, 8 March 2017

function readQword(Address)

Reads a 64-bit (8 bytes) integer from the specified address.

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address to read


See also