Difference between revisions of "love.graphics.setLineJoin"

(Created page with "Sets the line join style. == Function == === Synopsis === <source lang="lua"> love.graphics.setLineJoin( join ) </source> === Arguments === {{param|LineJoin|join|The LineJoin to ...")
 
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.getLineJoin]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line join style.}}
 
{{#set:Description=Sets the line join style.}}

Revision as of 17:02, 17 December 2013

Sets the line join style.

Function

Synopsis

love.graphics.setLineJoin( join )

Arguments

LineJoin join
The LineJoin to use.

Returns

Nothing.

See Also


Other Languages