Difference between revisions of "Lua:readInteger"

From Cheat Engine
Jump to navigation Jump to search
m (Reverted edits by 91.193.12.4 (Talk) to last revision by Dark Byte)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''function''' readInteger(''Address'')
+
[[Category:Lua]]
 +
'''function''' readInteger(''Address'') ''':''' integer
  
Reads the 4 bytes at the given address and interprets them as an integer
+
Reads a DWORD (4 bytes) at the given address and interprets them as an integer
  
 
===Function Parameters===
 
===Function Parameters===
Line 15: Line 16:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[readBytes]]
+
 
* [[readFloat]]
+
=== Related Functions ===
* [[readDouble]]
+
{{ReadWriteMemory}}
* [[readString]]
 
* [[Lua]]
 

Latest revision as of 00:02, 25 January 2018