love.graphics.newStencil
 Available since LÖVE 0.8.0 and removed in LÖVE 0.9.0  
 Lua functions can be used directly with love.graphics.stencil (or love.graphics.setStencil in 0.9). 
Creates a new stencil.
Function
Synopsis
myStencil = love.graphics.newStencil( stencilFunction )
Arguments
function stencilFunction- Function that draws the stencil.
 
Returns
function myStencil- Function that defines the new stencil.
 
See Also
 
    © 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/love.graphics.newStencil