Difference between revisions of "love.graphics.setLineStyle"

m (1 revision: Importing from potato (again).)
(Added link)
Line 1: Line 1:
 
 
Sets the line style.
 
Sets the line style.
 
== Function ==
 
== Function ==
Line 12: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.setLine]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line style.}}
 
{{#set:Description=Sets the line style.}}

Revision as of 10:24, 14 August 2010

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use.

Returns

Nothing.

See Also