<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Lua%3AReadIntegerLocal</id>
	<title>Lua:ReadIntegerLocal - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Lua%3AReadIntegerLocal"/>
	<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Lua:ReadIntegerLocal&amp;action=history"/>
	<updated>2026-04-15T02:45:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.cheatengine.org/index.php?title=Lua:ReadIntegerLocal&amp;diff=7705&amp;oldid=prev</id>
		<title>Leunsel: Created page with &quot;Category:Lua '''function''' readIntegerLocal(''Address'') ''':''' Integer  Reads a 32-bit integer from the specified address in Cheat Engine's own process memory (not the...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Lua:ReadIntegerLocal&amp;diff=7705&amp;oldid=prev"/>
		<updated>2025-07-11T18:10:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Lua&quot; title=&quot;Category:Lua&quot;&gt;Category:Lua&lt;/a&gt; &amp;#039;&amp;#039;&amp;#039;function&amp;#039;&amp;#039;&amp;#039; readIntegerLocal(&amp;#039;&amp;#039;Address&amp;#039;&amp;#039;) &amp;#039;&amp;#039;&amp;#039;:&amp;#039;&amp;#039;&amp;#039; Integer  Reads a 32-bit integer from the specified address in Cheat Engine&amp;#039;s own process memory (not the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Lua]]&lt;br /&gt;
'''function''' readIntegerLocal(''Address'') ''':''' Integer&lt;br /&gt;
&lt;br /&gt;
Reads a 32-bit integer from the specified address in Cheat Engine's own process memory (not the target process).&lt;br /&gt;
&lt;br /&gt;
===Function Parameters===&lt;br /&gt;
{|width=&amp;quot;85%&amp;quot; cellpadding=&amp;quot;10%&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Parameter&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Type&lt;br /&gt;
!style=&amp;quot;width: 80%;background-color:white;&amp;quot; align=&amp;quot;left&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|Address&lt;br /&gt;
|Integer or [[CEAddressString]]&lt;br /&gt;
|The address in Cheat Engine's memory to read from.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Integer — The 32-bit integer value read from the specified address.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-- Read a 32-bit integer from address 0x123456 in CE's memory&lt;br /&gt;
local value = readIntegerLocal(0x123456)&lt;br /&gt;
print(&amp;quot;Value:&amp;quot;, value)&lt;br /&gt;
&lt;br /&gt;
-- Read from a CEAddressString&lt;br /&gt;
local value2 = readIntegerLocal(&amp;quot;00400000+10&amp;quot;)&lt;br /&gt;
print(&amp;quot;Value:&amp;quot;, value2)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{LuaSeeAlso}}&lt;br /&gt;
&lt;br /&gt;
=== Related Functions ===&lt;br /&gt;
{{ReadWriteMemory}}&lt;/div&gt;</summary>
		<author><name>Leunsel</name></author>
		
	</entry>
</feed>