Difference between revisions of "love.window.getDisplayName"
(Created page) |
m |
||
Line 1: | Line 1: | ||
{{newin|[[0.9.2]]|092|type=function}} | {{newin|[[0.9.2]]|092|type=function}} | ||
− | Gets the name | + | Gets the name of a display. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 14: | Line 14: | ||
* [[love.window.getDisplayCount]] | * [[love.window.getDisplayCount]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the name | + | {{#set:Description=Gets the name of a display.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|love.window.getDisplayName}} | {{i18n|love.window.getDisplayName}} |
Latest revision as of 02:27, 19 September 2014
Available since LÖVE 0.9.2 |
This function is not supported in earlier versions. |
Gets the name of a display.
Function
Synopsis
name = love.window.getDisplayName( displayindex )
Arguments
number displayindex (1)
- The index of the display to get the name of.
Returns
string name
- The name of the specified display.
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