{{newin|[[0.10.0]]|100|type=function|text=It has replaced [[love.graphics.getSystemLimit]]}}
Gets the system-dependent maximum values for love.graphics features.
== Function ==
=== Synopsis ===
<source lang="lua">
limits = love.graphics.getSystemLimits( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|limits|A table containing [[GraphicsLimit]] keys, and number values.}}
== See Also ==
* [[parent::love.graphics]]
* [[GraphicsLimit]]
[[Category:Functions]]
{{#set:Description=Gets the system-dependent maximum values for love.graphics features.}}
{{#set:Sub-Category=SystemInfo}}
== Other Languages ==
{{i18n|love.graphics.getSystemLimits}}