Difference between revisions of "love.graphics.getLineStyle"

m (Add PrettySince field.)
m (Newin template)
 
Line 1: Line 1:
 +
{{newin|[[0.3.2]]|032|type=function}}
 
Gets the line style.
 
Gets the line style.
 
== Function ==
 
== Function ==
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the line style.}}
 
{{#set:Description=Gets the line style.}}
{{#set:Since=000}}
 
{{#set:PrettySince=0.3.2}}
 
 
{{#set:Sub-Category=State}}
 
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineStyle}}
 
{{i18n|love.graphics.getLineStyle}}

Latest revision as of 09:03, 31 December 2019

Available since LÖVE 0.3.2
This function is not supported in earlier versions.

Gets the line style.

Function

Synopsis

style = love.graphics.getLineStyle( )

Arguments

None.

Returns

LineStyle style
The current line style.

See Also


Other Languages