Difference between revisions of "love.graphics.getLineStipple"

(Oldin notice.)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|type=function}}
 
Gets the current line stipple.
 
Gets the current line stipple.
 
== Function ==
 
== Function ==

Revision as of 14:29, 9 April 2012

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