Difference between revisions of "love.graphics.getLineStipple"

m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current line stipple.}}
 
{{#set:Description=Gets the current line stipple.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineStipple}}
 
{{i18n|love.graphics.getLineStipple}}

Revision as of 10:15, 25 March 2011

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