Difference between revisions of "love.graphics.getSystemLimit"
m |
m |
||
Line 15: | Line 15: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the system-dependent maximum value for a love.graphics feature.}} | {{#set:Description=Gets the system-dependent maximum value for a love.graphics feature.}} | ||
− | {{#set:Sub-Category= | + | {{#set:Sub-Category=SystemInfo}} |
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.getSystemLimit}} | {{i18n|love.graphics.getSystemLimit}} |
Latest revision as of 01:59, 17 July 2017
Available since LÖVE 0.9.1 and 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
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