love.graphics.getLineStyle

Gets the line style.

Function

Synopsis

style = love.graphics.getLineStyle( )

Arguments

None.

Returns

LineStyle style
The current line style.

See Also


Other Languages