Difference between revisions of "love.graphics.setLineStyle"

m
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|LineStyle|style|The LineStyle to use. Line styles include "smooth" and "rough"}}
+
{{param|LineStyle|style|The LineStyle to use. Line styles include <code>smooth</code> and <code>rough</code>.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.getLineStyle]]
 
* [[love.graphics.setLineWidth]]
 
* [[love.graphics.setLineWidth]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 20:32, 14 October 2014

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use. Line styles include smooth and rough.

Returns

Nothing.

See Also


Other Languages