Difference between revisions of "love.graphics.getSystemLimits"

(Created page)
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|GraphicsLimit|limittype|The graphics feature to get the maximum value of.}}
+
None.
 
=== Returns ===
 
=== Returns ===
 
{{param|table|limits|A table containing [[GraphicsLimit]] keys, and number values.}}
 
{{param|table|limits|A table containing [[GraphicsLimit]] keys, and number values.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[GraphicsLimit]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the system-dependent maximum values for love.graphics features.}}
 
{{#set:Description=Gets the system-dependent maximum values for love.graphics features.}}
{{#set:Sub-Category=State}}
+
{{#set:Sub-Category=SystemInfo}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getSystemLimits}}
 
{{i18n|love.graphics.getSystemLimits}}

Latest revision as of 01:59, 17 July 2017

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

Arguments

None.

Returns

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

See Also


Other Languages