<?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%3AgetThreadlist</id>
	<title>Lua:getThreadlist - 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%3AgetThreadlist"/>
	<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Lua:getThreadlist&amp;action=history"/>
	<updated>2026-05-09T18:21:26Z</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:getThreadlist&amp;diff=6127&amp;oldid=prev</id>
		<title>TheyCallMeTim13: Created page with 'Category:Lua '''function''' getThreadlist(''StringList'')  Fills a StringList object with the threadlist of the currently opened process.   ===Function Parameters=== {|width=…'</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Lua:getThreadlist&amp;diff=6127&amp;oldid=prev"/>
		<updated>2018-07-24T02:10:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;&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; getThreadlist(&amp;#039;&amp;#039;StringList&amp;#039;&amp;#039;)  Fills a StringList object with the threadlist of the currently opened process.   ===Function Parameters=== {|width=…&amp;#039;&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''' getThreadlist(''StringList'')&lt;br /&gt;
&lt;br /&gt;
Fills a StringList object with the threadlist of the currently opened process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Function Parameters===&lt;br /&gt;
{|width=&amp;quot;85%&amp;quot; cellpadding=&amp;quot;10%&amp;quot; cellpadding=&amp;quot;5%&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;
|StringList&lt;br /&gt;
|[[Lua:Class:Stringlist|Stringlist]]&lt;br /&gt;
|The StringList to fill&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
local l = createStringlist()&lt;br /&gt;
getThreadlist(l)&lt;br /&gt;
for i = 1, l.Count do&lt;br /&gt;
	print(l[i - 1])&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{LuaSeeAlso}}&lt;br /&gt;
&lt;br /&gt;
=== Related Functions ===&lt;br /&gt;
* [[Lua:getCPUCount|getCPUCount]]&lt;/div&gt;</summary>
		<author><name>TheyCallMeTim13</name></author>
		
	</entry>
</feed>