Difference between revisions of "love.graphics.checkMode (Français)"
Roubloodshed (talk | contribs) (Created page with "Vérifie qu'un mode d'affichage soit supporté. == Fonction == === Synopsis === <source lang="lua"> supported = love.graphics.checkMode( width, height, fullscreen ) </source> ===...") |
(Fixing parent,) |
||
Line 12: | Line 12: | ||
{{param|boolean|supported|True si supporté, false sinon.}} | {{param|boolean|supported|True si supporté, false sinon.}} | ||
== Voir aussi == | == Voir aussi == | ||
− | * [[parent::love.graphics]] | + | * [[parent::love.graphics (Français)]] |
[[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 06:40, 28 January 2013
Vérifie qu'un mode d'affichage soit supporté.
Fonction
Synopsis
supported = love.graphics.checkMode( width, height, fullscreen )
Arguments
number width
- La largeur d'affichage.
number height
- La hauteur d'affichage.
boolean fullscreen (false)
- True pour vérifier le plein écran, false pour le mode fenêtré.
Retourne
boolean supported
- True si supporté, false sinon.
Voir aussi
Autres Langues
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