Difference between revisions of "love.graphics.getLineStyle"

(add new func)
 
m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the line style.}}
 
{{#set:Description=Gets the line style.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.getLineStyle}}

Revision as of 20:13, 18 November 2010

Gets the line style.

Function

Synopsis

style = love.graphics.LineStyle( )

Arguments

None.

Returns

LineStyle style
The current line style.

See Also

Other Languages