Difference between revisions of "love.graphics.getSystemLimits (日本語)"

(Created page with "{{newin (日本語)|0.10.0|100|type=関数|text=love.graphics.getSystemLimit からの移行}} love.graphics の機能に関...")
 
m
 
Line 17: Line 17:
 
{{#set:PrettySince=0.10.0}}
 
{{#set:PrettySince=0.10.0}}
 
{{#set:Description=love.graphics の機能に関するシステム依存の最大値を取得します。}}
 
{{#set:Description=love.graphics の機能に関するシステム依存の最大値を取得します。}}
{{#set:Sub-Category=State (日本語)}}
+
{{#set:Sub-Category=SystemInfo (日本語)}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|love.graphics.getSystemLimits}}
 
{{i18n|love.graphics.getSystemLimits}}

Latest revision as of 02:42, 7 August 2017

LÖVE 0.10.0 から使用可能
love.graphics.getSystemLimit からの移行。

love.graphics の機能に関するシステム依存の最大値を取得します。

関数

概要

limits = love.graphics.getSystemLimits( )

引数

なし。

返値

table limits
GraphicsLimit のキー、および数値が入っているテーブル。

関連



そのほかの言語