<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Settings.getNames</id>
		<title>Settings.getNames - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Settings.getNames"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Settings.getNames&amp;action=history"/>
		<updated>2026-07-11T06:37:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Settings.getNames&amp;diff=7426&amp;oldid=prev</id>
		<title>Bomb Bloke: Created page with &quot;{{lowercase}} {{Function |name=settings.getNames |args= |returns={{Type|table}} setting names |api=settings |addon=ComputerCraft |desc=Returns a numerically indexed table cont...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Settings.getNames&amp;diff=7426&amp;oldid=prev"/>
				<updated>2016-06-10T02:46:45Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{lowercase}} {{Function |name=settings.getNames |args= |returns={{Type|table}} setting names |api=settings |addon=ComputerCraft |desc=Returns a numerically indexed table cont...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=settings.getNames&lt;br /&gt;
|args=&lt;br /&gt;
|returns={{Type|table}} setting names&lt;br /&gt;
|api=settings&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns a numerically indexed table containing all currently loaded setting names.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Prints all current settings alongside their values.&lt;br /&gt;
|code= local curSettings = settings.getNames()&lt;br /&gt;
 &lt;br /&gt;
 for i = 1, #curSettings do&lt;br /&gt;
   [[textutils.pagedPrint]]( curSettings[i] .. &amp;quot;: &amp;quot; .. tostring( [[settings.get]]( curSettings[i] ) ) )&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SettingsAPIFunctions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Bomb Bloke</name></author>	</entry>

	</feed>