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 of of a display.
+
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 of of a display.}}
+
{{#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