Difference between revisions of "Talk:Paintutils (API)"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "What does this mean?: * Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. The current...")
 
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
* Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. The current background colour will be used if it's omitted. This was changed back to optional in version 1.64.
 
* Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. The current background colour will be used if it's omitted. This was changed back to optional in version 1.64.
 
--[[User:Superaxander|Superaxander]] ([[User talk:Superaxander|talk]]) 14:44, 11 June 2015 (UTC)
 
--[[User:Superaxander|Superaxander]] ([[User talk:Superaxander|talk]]) 14:44, 11 June 2015 (UTC)
 +
 +
How about this:
 +
* Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. From ComputerCraft 1.6 the parameter is required, but it was changed back to optional in ComputerCraft 1.64.
 +
--[[User:MKlegoman357|MKlegoman357]] ([[User talk:MKlegoman357|talk]]) 19:59, 11 June 2015 (UTC)
 +
 +
Looks good I wasn't sure what way around it was. I'll change it to that in the article
 +
--[[User:Superaxander|Superaxander]] ([[User talk:Superaxander|talk]]) 13:43, 14 June 2015 (UTC)

Latest revision as of 13:43, 14 June 2015

What does this mean?:

  • Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. The current background colour will be used if it's omitted. This was changed back to optional in version 1.64.

--Superaxander (talk) 14:44, 11 June 2015 (UTC)

How about this:

  • Note: In builds prior to ComputerCraft 1.6, the "color" parameter required by paintutils.drawPixel() and paintutils.drawLine() is optional. From ComputerCraft 1.6 the parameter is required, but it was changed back to optional in ComputerCraft 1.64.

--MKlegoman357 (talk) 19:59, 11 June 2015 (UTC)

Looks good I wasn't sure what way around it was. I'll change it to that in the article --Superaxander (talk) 13:43, 14 June 2015 (UTC)