Difference between revisions of "Talk:Paintutils (API)"
From ComputerCraft Wiki
Superaxander (Talk | contribs) (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...") |
MKlegoman357 (Talk | contribs) |
||
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) |
Revision as of 19:59, 11 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)