Difference between revisions of "Lua:readInteger"

From Cheat Engine
Jump to navigation Jump to search
(Added clarification on the optional flag)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''function''' readInteger(''Address'')
+
[[Category:Lua]]
 +
'''function''' readInteger(''Address'' [ , ''Flag'']) ''':''' 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 12: Line 13:
 
|[[CEAddressString]] or Integer
 
|[[CEAddressString]] or Integer
 
|The address to read
 
|The address to read
 +
|-
 +
|Flag
 +
|[[Boolean]]
 +
|If 'true', CE will interpret value as signed. If false or missing, CE will interpret value as unsigned.
 
|}
 
|}
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[readBytes]]
+
 
* [[readFloat]]
+
=== Related Functions ===
* [[readDouble]]
+
{{ReadWriteMemory}}
* [[readString]]
 
* [[Lua]]
 

Latest revision as of 21:27, 29 May 2025