Difference between revisions of "love.graphics.getLineWidth"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current line width.}}
 
{{#set:Description=Gets the current line width.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineWidth}}
 
{{i18n|love.graphics.getLineWidth}}

Revision as of 10:16, 25 March 2011

Gets the current line width.

Function

Synopsis

width = love.graphics.getLineWidth( )

Arguments

None.

Returns

number width
The current line width.

See Also


Other Languages