love.graphics.getSystemLimits
Available since LÖVE 0.10.0
It has replaced love.graphics.getSystemLimit.
Gets the system-dependent maximum values for love.graphics features.
Function
Synopsis
limits = love.graphics.getSystemLimits( )
Arguments
None.
Returns
table limits
- A table containing GraphicsLimit keys, and number values.
Please login to continue.