{{oldin|[[0.8.0]]|080|type=function}}
Gets the current line stipple.
== Function ==
=== Synopsis ===
<source lang="lua">
pattern, repeat = love.graphics.getLineStipple( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|pattern|The 16-bit stipple pattern.}}
{{param|number|repeat|The repeat factor.}}
== See Also ==
* [[parent::love.graphics]]
[[Category:Functions]]
{{#set:Description=Gets the current line stipple.}}
{{#set:Since=000}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getLineStipple}}