Function
love.graphics.getLineStipple( )
Gets the current line stipple.
Synopsis
pattern, repeat = love.graphics.getLineStipple( )
Returns
pattern number The 16-bit stipple pattern.
repeat number The repeat factor.
Copyright © 2006-2010 LÖVE Development Team.