Difference between revisions of "love.graphics.checkMode (简体中文)"
(Created page with "Checks if a display mode is supported. 检查是否支持这种显示模式. == Function == === Synopsis === <source lang="lua"> supported = love.graphics.checkMode( width, heigh...") |
(Parent correction.) |
||
Line 13: | Line 13: | ||
{{param|boolean|supported|支持返回true.不支持返回false}} | {{param|boolean|supported|支持返回true.不支持返回false}} | ||
== See Also == | == See Also == | ||
− | * [[parent::love.graphics]] | + | * [[parent::love.graphics (简体中文)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Checks if a display mode is supported.检查是否支持这种显示模式.}} | {{#set:Description=Checks if a display mode is supported.检查是否支持这种显示模式.}} |
Revision as of 02:36, 15 April 2012
Checks if a display mode is supported. 检查是否支持这种显示模式.
Function
Synopsis
supported = love.graphics.checkMode( width, height, fullscreen )
Arguments
Returns
boolean supported
- 支持返回true.不支持返回false
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