{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
limit = love.graphics.getSystemLimit( limittype )
</source>
=== 引数 ===
{{param (日本語)|GraphicsLimit|limittype|The graphics feature to get the maximum value of.}}
=== 返値 ===
{{param (日本語)|number|limit|The system-dependent max value for the feature.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]

[[Category:Functions (日本語)]]
{{#set:Description=Gets the system-dependent maximum value for a love.graphics feature.}}
{{#set:Sub-Category=SystemInfo (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getSystemLimit}}