W3cubDocs

/LÖVE

love.graphics.getSystemLimit

Available since LÖVE 0.9.1 and removed in LÖVE 0.10.0
It has been replaced by love.graphics.getSystemLimits.

Gets the system-dependent maximum value for a love.graphics feature.

Function

Synopsis

limit = love.graphics.getSystemLimit( limittype )

Arguments

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

Returns

number limit
The system-dependent max value for the feature.

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.getSystemLimit