Difference between revisions of "love.graphics.setLine"

m
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width and style.}}
 
{{#set:Description=Sets the line width and style.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setLine}}
 
{{i18n|love.graphics.setLine}}

Revision as of 10:20, 25 March 2011

Sets the line width and style.

Function

Synopsis

love.graphics.setLine( width, style )

Arguments

number width
The width of the line.
LineStyle style ("smooth")
The LineStyle to use.

Returns

Nothing.

See Also


Other Languages