Difference between revisions of "love.graphics.getLineStipple"

m
m
 
Line 16: Line 16:
 
{{#set:Description=Gets the current line stipple.}}
 
{{#set:Description=Gets the current line stipple.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getLineStipple}}
 
{{i18n|love.graphics.getLineStipple}}

Latest revision as of 00:52, 29 March 2013

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

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