<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elemecca</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elemecca"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Elemecca"/>
		<updated>2026-07-11T23:41:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Disk_(API)&amp;diff=3527</id>
		<title>Disk (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Disk_(API)&amp;diff=3527"/>
				<updated>2012-10-25T06:49:39Z</updated>
		
		<summary type="html">&lt;p&gt;Elemecca: clarify hasData / hasAudio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''If you were looking for disks as in Floppies, go to [[Floppy Disk]].''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Disk API allows you to interact with disk drives.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Method name&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.isPresent|disk.isPresent]]([[string (type)|string]] side )&lt;br /&gt;
|Checks the given side for a disk&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.hasData|disk.hasData]]([[string (type)|string]] side )&lt;br /&gt;
|Checks whether the current disk is a [[Floppy Disk|floppy disk]], as opposed to a [http://www.minecraftwiki.net/wiki/Music_Discs music disk].&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.getMountPath|disk.getMountPath]]([[string (type)|string]] side )&lt;br /&gt;
|Returns the directory path on which the disk on '''side''' has been mount (ex. /disk)&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.setLabel|disk.setLabel]]([[string (type)|string]] side, [[string (type)|string]] label )&lt;br /&gt;
|Sets the label&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.getLabel|disk.getLabel]]([[string (type)|string]] side )&lt;br /&gt;
|Finds label&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.getDiskID|disk.getDiskID]]([[string (type)|string]] side )&lt;br /&gt;
|Finds ID (unique for every disk)&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.hasAudio|disk.hasAudio]]([[string (type)|string]] side )&lt;br /&gt;
|Checks whether the current disk is a [http://www.minecraftwiki.net/wiki/Music_Discs music disk], as opposed to a [[Floppy Disk|floppy disk]].&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.getAudioTitle|disk.getAudioTitle]]([[string (type)|string]] side )&lt;br /&gt;
|Returns the audio title on the disk&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.playAudio|disk.playAudio]]([[string (type)|string]] side )&lt;br /&gt;
|Plays the audio&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.stopAudio|disk.stopAudio]]([[string (type)|string]] side )&lt;br /&gt;
|Stops the audio&lt;br /&gt;
|-&lt;br /&gt;
|[[disk.eject|disk.eject]]([[string (type)|string]] side )&lt;br /&gt;
|Ejects the disk.&lt;br /&gt;
|}&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Elemecca</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Rs_(API)&amp;diff=3526</id>
		<title>Rs (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Rs_(API)&amp;diff=3526"/>
				<updated>2012-10-25T06:13:07Z</updated>
		
		<summary type="html">&lt;p&gt;Elemecca: remove from APIs category, it's confusing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Redstone (API)]]&lt;/div&gt;</summary>
		<author><name>Elemecca</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Redstone_(API)&amp;diff=3525</id>
		<title>Redstone (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Redstone_(API)&amp;diff=3525"/>
				<updated>2012-10-25T06:11:01Z</updated>
		
		<summary type="html">&lt;p&gt;Elemecca: fix references to rs as library name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
The Redstone API contains methods to control attached RedPower cables/bundled cables and regular redstone.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;300ex&amp;quot;|Method name&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.getSides]]()&lt;br /&gt;
|Returns an array of possible sides&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.getInput]]([[string (type)|string]] side)&lt;br /&gt;
|Returns the current redstone input signal state on ''side''&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.setOutput]]([[string (type)|string]] side, [[boolean]] value)&lt;br /&gt;
|Set or reset a redstone signal on ''side''&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.getOutput]]([[string (type)|string]] side)&lt;br /&gt;
|Returns the current redstone output signal on ''side''&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.getBundledInput]]([[string (type)|string]] side)&lt;br /&gt;
|Returns the state of a redpower wire inside a bundle connected to ''side''&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.getBundledOutput]]([[string (type)|string]] side)&lt;br /&gt;
|Returns the set of redpower wires inside a bundle on ''side'' that are being driven high &amp;lt;b&amp;gt;by the local console&amp;lt;/b&amp;gt; (not those that are driven high by another device on the bundle but not driven high by the local console)&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.setBundledOutput]]([[string (type)|string]] side, [[int]] colors)&lt;br /&gt;
|Sets one or multiple colored signals in a redpower bundled wire connected to ''Side''. In order to set multiple signals, add the color values of the colors you want to activate. To turn off all of the values, use 0 for the integer.&lt;br /&gt;
|-&lt;br /&gt;
|[[redstone.testBundledInput]]([[string (type)|string]] side, [[int]] color)&lt;br /&gt;
|Returns true or false whether or not a colored signal is active in a redpower bundled wire connected to ''Side''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Elemecca</name></author>	</entry>

	</feed>