Difference between revisions of "love.graphics.setLineStyle"

(Added link)
m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line style.}}
 
{{#set:Description=Sets the line style.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setLineStyle}}

Revision as of 20:25, 18 November 2010

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use.

Returns

Nothing.

See Also

Other Languages