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( limittype )

Arguments

GraphicsLimit limittype
The graphics feature to get the maximum value of.

Returns

table limits
A table containing GraphicsLimit keys, and number values.

See Also


Other Languages