Difference between revisions of "Lua:readInteger"

From Cheat Engine
Jump to navigation Jump to search
Line 10: Line 10:
 
|-
 
|-
 
|Address
 
|Address
|CEAddressString or Integer
+
|[[CEAddressString]] or Integer
 
|The address to read
 
|The address to read
 
|}
 
|}

Revision as of 15:26, 22 February 2012

function readInteger(Address)

Reads the 4 bytes at the given address and interprets them as an integer

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address to read


See also