love.graphics.getLineJoin

Gets the line join style.

Function

Synopsis

join = love.graphics.getLineJoin( )

Arguments

Nothing.

Returns

LineJoin join
The LineJoin style.

See Also


Other Languages