Difference between revisions of "love.graphics.setLineWidth"
m (→See Also: Replaced link to removed function with get variant of that function) |
m (Newin template) |
||
Line 1: | Line 1: | ||
+ | {{newin|[[0.3.2]]|032|type=function}} | ||
Sets the line width. | Sets the line width. | ||
== Function == | == Function == | ||
Line 15: | Line 16: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Sets the line width.}} | {{#set:Description=Sets the line width.}} | ||
− | |||
− | |||
{{#set:Sub-Category=State}} | {{#set:Sub-Category=State}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.setLineWidth}} | {{i18n|love.graphics.setLineWidth}} |
Latest revision as of 09:03, 31 December 2019
Available since LÖVE 0.3.2 |
This function is not supported in earlier versions. |
Sets the line width.
Function
Synopsis
love.graphics.setLineWidth( width )
Arguments
number width
- The width of the line.
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