Difference between revisions of "love.graphics.setLineStyle"

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

Revision as of 10:20, 25 March 2011

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use.

Returns

Nothing.

See Also


Other Languages