Difference between revisions of "love.graphics.setLineStyle"

m
Line 15: Line 15:
 
{{#set:Description=Sets the line style.}}
 
{{#set:Description=Sets the line style.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setLineStyle}}
 
{{i18n|love.graphics.setLineStyle}}

Revision as of 01:01, 29 March 2013

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use.

Returns

Nothing.

See Also


Other Languages