<?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.get</id>
		<title>Settings.get - 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.get"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Settings.get&amp;action=history"/>
		<updated>2026-07-11T07:53:56Z</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.get&amp;diff=7433&amp;oldid=prev</id>
		<title>Bomb Bloke: Created page with &quot;{{lowercase}} {{Function |name=settings.get |args={{type|string}} name [, {{type|any}} default] |returns={{type|any}} value |api=settings |addon=ComputerCraft |desc=Returns th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Settings.get&amp;diff=7433&amp;oldid=prev"/>
				<updated>2016-06-10T03:22:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{lowercase}} {{Function |name=settings.get |args={{type|string}} name [, {{type|any}} default] |returns={{type|any}} value |api=settings |addon=ComputerCraft |desc=Returns th...&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.get&lt;br /&gt;
|args={{type|string}} name [, {{type|any}} default]&lt;br /&gt;
|returns={{type|any}} value&lt;br /&gt;
|api=settings&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the value of a given setting, or if the setting doesn't exist and a &amp;quot;default&amp;quot; is specified, returns the specified default instead.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Indicates whether the system is currently configured to boot from disk.&lt;br /&gt;
|code= local bootFromDisk = settings.get(&amp;quot;shell.allow_disk_startup&amp;quot;, &amp;quot;not set&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 print(&amp;quot;Ability to boot from disk is currently &amp;quot; .. tostring( bootFromDisk ) )&lt;br /&gt;
|output=Either states &amp;quot;true&amp;quot;, &amp;quot;false&amp;quot;, or &amp;quot;not set&amp;quot;.&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>