{{oldin (日本語)|[[0.8.0 (日本語)|0.8.0]]|080|type=関数}}
Gets the current line stipple.
== 関数 ==
=== 概要 ===
<source lang="lua">
pattern, repeat = love.graphics.getLineStipple( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|pattern|The 16-bit stipple pattern.}}
{{param (日本語)|number|repeat|The repeat factor.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the current line stipple.}}
{{#set:Since=000}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getLineStipple}}