<?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=Scarjit</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=Scarjit"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Scarjit"/>
		<updated>2026-07-11T07:11:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:ComputerCraft_Wiki_-_Home&amp;diff=6300</id>
		<title>Talk:ComputerCraft Wiki - Home</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:ComputerCraft_Wiki_-_Home&amp;diff=6300"/>
				<updated>2014-03-30T11:37:30Z</updated>
		
		<summary type="html">&lt;p&gt;Scarjit: /* New Patch is missing in CC History */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New Patch is missing in CC History ==&lt;br /&gt;
&lt;br /&gt;
The 1.6 patch is missing in History.&lt;br /&gt;
the script should look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;March 27, 2014&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; ComputerCraft 1. 6is released for Minecraft &amp;lt;b&amp;gt;1.6.4&amp;lt;/b&amp;gt;.&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scarjit</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Peripheral_detach_(event)&amp;diff=6131</id>
		<title>Peripheral detach (event)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Peripheral_detach_(event)&amp;diff=6131"/>
				<updated>2014-03-11T13:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;Scarjit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsWork|A demonstration on the use and handling of this event would be beneficial. ''[[User:AfterLifeLochie|AfterLifeLochie]] 16:13, 30 November 2012 (MSK)''}}&lt;br /&gt;
&lt;br /&gt;
{{Event&lt;br /&gt;
|name=peripheral_detach&lt;br /&gt;
|desc=Fired when a peripheral is disconnected (directly adjacent) from the computer.&lt;br /&gt;
|return1=The [[String_(type)|String]] value of the side of the now-disconnected peripheral.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 p = peripheral.wrap(&amp;quot;right&amp;quot;) --wraps the peripheral on the right side&lt;br /&gt;
 event, side = os.pullEvent(&amp;quot;peripheral_detach&amp;quot;) --wait's until the peripheral is disconnected (e.g. Destroyed)&lt;br /&gt;
 print(event) --print's the event name&lt;br /&gt;
 print(side) --print's the side where the Peripheral was&lt;br /&gt;
&lt;br /&gt;
== Advanced Example ==&lt;br /&gt;
For this tutorial you need to know how [[Wired Modem]]s works&lt;br /&gt;
I have set up an build like this:&lt;br /&gt;
[[File:Periperal_detach.png|200px|thumb|left|Sample Build]]&lt;br /&gt;
&lt;br /&gt;
 p = peripheral.wrap(&amp;quot;&amp;quot;)&lt;br /&gt;
 while true do&lt;br /&gt;
 event, side = os.pullEvent(&amp;quot;peripheral_detach&amp;quot;)&lt;br /&gt;
 print(side) --print's the peripheral Name&lt;br /&gt;
 end&lt;br /&gt;
Every Time you disconnecting an Peripheral it show's:&lt;br /&gt;
&lt;br /&gt;
peripheralname has been disconnected (Where peripheralname is the disconnected Perpheral).&lt;/div&gt;</summary>
		<author><name>Scarjit</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Periperal_detach.png&amp;diff=6130</id>
		<title>File:Periperal detach.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Periperal_detach.png&amp;diff=6130"/>
				<updated>2014-03-11T13:40:48Z</updated>
		
		<summary type="html">&lt;p&gt;Scarjit: An Example build for the first Advanced Example.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An Example build for the first Advanced Example.&lt;/div&gt;</summary>
		<author><name>Scarjit</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Peripheral_detach_(event)&amp;diff=6129</id>
		<title>Peripheral detach (event)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Peripheral_detach_(event)&amp;diff=6129"/>
				<updated>2014-03-11T13:22:06Z</updated>
		
		<summary type="html">&lt;p&gt;Scarjit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsWork|A demonstration on the use and handling of this event would be beneficial. ''[[User:AfterLifeLochie|AfterLifeLochie]] 16:13, 30 November 2012 (MSK)''}}&lt;br /&gt;
&lt;br /&gt;
{{Event&lt;br /&gt;
|name=peripheral_detach&lt;br /&gt;
|desc=Fired when a peripheral is disconnected (directly adjacent) from the computer.&lt;br /&gt;
|return1=The [[String_(type)|String]] value of the side of the now-disconnected peripheral.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 p = peripheral.wrap(&amp;quot;right&amp;quot;) --wraps the peripheral on the right side&lt;br /&gt;
 event, side =os.pullEvent(&amp;quot;peripheral_detach&amp;quot;) --wait's until the peripheral is disconnected (e.g. Destroyed)&lt;br /&gt;
 print(event) --print's the event name&lt;br /&gt;
 print(side) --print's the side where the Peripheral was&lt;/div&gt;</summary>
		<author><name>Scarjit</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=String_(type)&amp;diff=6128</id>
		<title>String (type)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=String_(type)&amp;diff=6128"/>
				<updated>2014-03-11T13:06:05Z</updated>
		
		<summary type="html">&lt;p&gt;Scarjit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
A String represents an array of [[char (type)|characters]]. For example, this text can be called a string. The default [http://www.lua.org/manual/5.1/manual.html#5.4 String functions in Lua 5.1], and the [[Textutils_(API)|Textutils API]], provid useful methods for manipulating strings.&lt;br /&gt;
&lt;br /&gt;
For a more in-depth and concise explanation of types, please consult the [http://www.lua.org/manual/5.1/manual.html#2.2 Lua 5.1 Official Manual].&lt;br /&gt;
&lt;br /&gt;
If you do not feel like viewing the Programming in Lua article, you can make a string by using quotation marks.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 string = &amp;quot;Hello&amp;quot;&lt;br /&gt;
 print(string)&lt;br /&gt;
&lt;br /&gt;
 io.read() = variable&lt;br /&gt;
 -- variable is a string&lt;br /&gt;
&lt;br /&gt;
 string1 = &amp;quot;123&amp;quot;&lt;br /&gt;
 string2 = &amp;quot;4567890&amp;quot;&lt;br /&gt;
 string3 = &amp;quot;&amp;quot;&lt;br /&gt;
 string3 = string..string3&lt;br /&gt;
 write(string3)&lt;br /&gt;
 -- The Output should be: 12345678900&lt;br /&gt;
 -- The Last 0 seem's to be an bug.&lt;br /&gt;
[[Category:Lua_Types]]&lt;/div&gt;</summary>
		<author><name>Scarjit</name></author>	</entry>

	</feed>