{{newin|[[0.3.2]]|032|type=function}}
Gets the line style.
== Function ==
=== Synopsis ===
<source lang="lua">
style = love.graphics.getLineStyle( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|LineStyle|style|The current line style.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setLineStyle]]
[[Category:Functions]]
{{#set:Description=Gets the line style.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getLineStyle}}