Difference between revisions of "love.graphics.getSystemLimit"

(Created page)
 
(Added oldin)
Line 1: Line 1:
 
{{newin|[[0.9.1]]|091|type=function}}
 
{{newin|[[0.9.1]]|091|type=function}}
 +
{{oldin|[[0.10.0]]|100|type=function|text=It has been replaced by [[love.graphics.getSystemLimits]]}}
 
Gets the system-dependent maximum value for a love.graphics feature.
 
Gets the system-dependent maximum value for a love.graphics feature.
 
== Function ==
 
== Function ==

Revision as of 02:51, 21 December 2015

Available since LÖVE 0.9.1
This function is not supported in earlier versions.
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


Other Languages