Sets the line join style. See [[LineJoin]] for the possible options.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setLineJoin( join )
</source>
=== Arguments ===
{{param|LineJoin|join|The LineJoin to use.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getLineJoin]]
[[Category:Functions]]
{{#set:Description=Sets the line join style.}}
{{#set:Since=090}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.setLineJoin}}