Difference between revisions of "Lua:readPointer"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' readPointer(''Address'') In a '''64-bit''' target this equals readQword, in a '''32-bit''' target readInteger. ===Function Parameters=== {|width="85%" ce…')
 
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''function''' readPointer(''Address'')
+
[[Category:Lua]]
 +
'''function''' readPointer(''Address'') ''':''' integer
  
 
In a '''64-bit''' target this equals [[readQword]], in a '''32-bit''' target [[readInteger]].
 
In a '''64-bit''' target this equals [[readQword]], in a '''32-bit''' target [[readInteger]].
Line 15: Line 16:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[readBytes]]
+
 
* [[readInteger]]
+
=== Related Functions ===
* [[readQword]]
+
{{ReadWriteMemory}}
* [[readFloat]]
 
* [[readDouble]]
 
* [[readString]]
 
* [[Lua]]
 

Latest revision as of 19:09, 18 March 2019