Difference between revisions of "love.graphics.checkMode (简体中文)"
(Parent correction.) |
m |
||
Line 15: | Line 15: | ||
* [[parent::love.graphics (简体中文)]] | * [[parent::love.graphics (简体中文)]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Sub-Category::Drawing (简体中文)| ]] | ||
{{#set:Description=Checks if a display mode is supported.检查是否支持这种显示模式.}} | {{#set:Description=Checks if a display mode is supported.检查是否支持这种显示模式.}} | ||
{{#set:Since=000}} | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.checkMode}} | {{i18n|love.graphics.checkMode}} |
Latest revision as of 00:21, 4 April 2013
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