Difference between revisions of "love.graphics.getSystemLimits"
m (Fixed parent) |
m |
||
Line 6: | Line 6: | ||
limits = love.graphics.getSystemLimits( ) | limits = love.graphics.getSystemLimits( ) | ||
</source> | </source> | ||
+ | === Arguments === | ||
+ | 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.}} |
Revision as of 04:43, 7 August 2015
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info