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

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Paintutils.drawImage&amp;diff=5177</id>
		<title>Paintutils.drawImage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Paintutils.drawImage&amp;diff=5177"/>
				<updated>2013-02-28T21:34:22Z</updated>
		
		<summary type="html">&lt;p&gt;Mtdj2: Made a link to itself&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
 |name=paintutils.drawImage&lt;br /&gt;
 |args=[[Variable]] image handle, [[Int_(type)|int]] x-position, int y-position&lt;br /&gt;
 |api=paintutils&lt;br /&gt;
 |returns=[[Boolean_(type)|boolean]] true on success, otherwise false&lt;br /&gt;
 |addon=ComputerCraft&lt;br /&gt;
 |desc=Draws an image at x and y (images created with the [[Paint|paint]] program).&lt;br /&gt;
 |examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=The program loads the image 'bar' onto the variable 'image' and then draws it on the screen starting at position {3, 5}&lt;br /&gt;
|code=image = [[paintutils.loadImage|paintutils.loadImage(&amp;quot;bar&amp;quot;)]]&lt;br /&gt;
 [[paintutils.drawImage|paintutils.drawImage(image, 3, 5)]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Mtdj2</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Paintutils.loadImage&amp;diff=5176</id>
		<title>Paintutils.loadImage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Paintutils.loadImage&amp;diff=5176"/>
				<updated>2013-02-28T21:33:11Z</updated>
		
		<summary type="html">&lt;p&gt;Mtdj2: Added a link in the exapmles to paintutils.drawImage()&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
 |name=paintutils.loadImage&lt;br /&gt;
 |args=[[String_(type)|string]] path&lt;br /&gt;
 |api=paintutils&lt;br /&gt;
 |returns=[[Boolean_(type)|boolean]] true on success, otherwise false&lt;br /&gt;
 |addon=ComputerCraft&lt;br /&gt;
 |desc=Loads an image (images created with the [[Paint|paint]] program)&lt;br /&gt;
 |examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=The program loads the image 'bar' onto the variable 'image' and then draws it on the screen starting at position {3, 5}&lt;br /&gt;
|code=image = [[paintutils.loadImage|paintutils.loadImage(&amp;quot;bar&amp;quot;)]]&lt;br /&gt;
 [[paintutils.drawImage|paintutils.drawImage(image, 3, 5)]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Mtdj2</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Paintutils.drawImage&amp;diff=5175</id>
		<title>Paintutils.drawImage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Paintutils.drawImage&amp;diff=5175"/>
				<updated>2013-02-28T21:31:39Z</updated>
		
		<summary type="html">&lt;p&gt;Mtdj2: Added the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
 |name=paintutils.drawImage&lt;br /&gt;
 |args=[[Variable]] image handle, [[Int_(type)|int]] x-position, int y-position&lt;br /&gt;
 |api=paintutils&lt;br /&gt;
 |returns=[[Boolean_(type)|boolean]] true on success, otherwise false&lt;br /&gt;
 |addon=ComputerCraft&lt;br /&gt;
 |desc=Draws an image at x and y (images created with the [[Paint|paint]] program).&lt;br /&gt;
 |examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=The program loads the image 'bar' onto the variable 'image' and then draws it on the screen starting at position {3, 5}&lt;br /&gt;
|code=image = [[paintutils.loadImage|paintutils.loadImage(&amp;quot;bar&amp;quot;)]]&lt;br /&gt;
 paintutils.drawImage(image, 3, 5)&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Mtdj2</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Os.day&amp;diff=5174</id>
		<title>Os.day</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Os.day&amp;diff=5174"/>
				<updated>2013-02-26T00:05:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mtdj2: Category change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=os.day&lt;br /&gt;
|returns=The current in-game day.&lt;br /&gt;
|api=OS&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the current in-game day.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Prints current day.&lt;br /&gt;
|code=local day = os.day()&amp;lt;br/&amp;gt;print(day)&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Lua_Core_Functions]]&lt;/div&gt;</summary>
		<author><name>Mtdj2</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Os.day&amp;diff=5173</id>
		<title>Os.day</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Os.day&amp;diff=5173"/>
				<updated>2013-02-25T22:00:29Z</updated>
		
		<summary type="html">&lt;p&gt;Mtdj2: First raw edit: Vital details missing, I will edit them out when I come home.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=os.day&lt;br /&gt;
|returns=The current in-game day.&lt;br /&gt;
|api=OS&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the current in-game day.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Prints current day.&lt;br /&gt;
|code=local day = os.day()&amp;lt;br/&amp;gt;print(day)&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Mtdj2</name></author>	</entry>

	</feed>