Difference between revisions of "love.graphics.getLineStyle"

m
Line 15: Line 15:
 
{{#set:Description=Gets the line style.}}
 
{{#set:Description=Gets the line style.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineStyle}}
 
{{i18n|love.graphics.getLineStyle}}

Revision as of 00:53, 29 March 2013

Gets the line style.

Function

Synopsis

style = love.graphics.getLineStyle( )

Arguments

None.

Returns

LineStyle style
The current line style.

See Also


Other Languages