Difference between revisions of "love.graphics.setLineWidth"

m (1 revision: Importing from potato (again).)
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
 
Sets the line width.
 
Sets the line width.
 
== Function ==
 
== Function ==
Line 12: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.setLine]]
 +
* [[love.graphics.setLineStyle]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}
 +
{{#set:Since=000}}
 +
{{#set:PrettySince=0.3.2}}
 +
{{#set:Sub-Category=State}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setLineWidth}}

Revision as of 18:49, 2 March 2018

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also



Other Languages