Difference between revisions of "love.graphics.getLineStipple"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Gets the current line stipple.
 
Gets the current line stipple.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current line stipple.}}
 
{{#set:Description=Gets the current line stipple.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.getLineStipple}}

Revision as of 20:13, 18 November 2010

Gets the current line stipple.

Function

Synopsis

pattern, repeat = love.graphics.getLineStipple( )

Arguments

None.

Returns

number pattern
The 16-bit stipple pattern.
number repeat
The repeat factor.

See Also

Other Languages