Difference between revisions of "love.graphics.getLineStyle"

m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the line style.}}
 
{{#set:Description=Gets the line style.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineStyle}}
 
{{i18n|love.graphics.getLineStyle}}

Revision as of 10:15, 25 March 2011

Gets the line style.

Function

Synopsis

style = love.graphics.LineStyle( )

Arguments

None.

Returns

LineStyle style
The current line style.

See Also


Other Languages