{{newin|[[0.9.2]]|092|type=function}}
Gets the name of a display.
== Function ==
=== Synopsis ===
<source lang="lua">
name = love.window.getDisplayName( displayindex )
</source>
=== Arguments ===
{{param|number|displayindex (1)|The index of the display to get the name of.}}
=== Returns ===
{{param|string|name|The name of the specified display.}}
== See Also ==
* [[parent::love.window]]
* [[love.window.getDisplayCount]]
[[Category:Functions]]
{{#set:Description=Gets the name of a display.}}
== Other Languages ==
{{i18n|love.window.getDisplayName}}