{{newinoldin|[[0.9.1]]|091|[[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.
== Function ==
=== Synopsis ===
<source lang="lua">
limit = love.graphics.getSystemLimit( limittype )
</source>
=== Arguments ===
{{param|GraphicsLimit|limittype|The graphics feature to get the maximum value of.}}
=== Returns ===
{{param|number|limit|The system-dependent max value for the feature.}}
== See Also ==
* [[parent::love.graphics]]

[[Category:Functions]]
{{#set:Description=Gets the system-dependent maximum value for a love.graphics feature.}}
{{#set:Sub-Category=SystemInfo}}
== Other Languages ==
{{i18n|love.graphics.getSystemLimit}}