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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info