Difference between revisions of "love.window.getTitle"
m (moved love.window.getCaption to love.window.getTitle: function was renamed) |
(function was renamed) |
||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Gets the window | + | Gets the window title. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | title = love.window.getTitle( ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|string| | + | {{param|string|title|The current window title.}} |
== See Also == | == See Also == | ||
* [[parent::love.window]] | * [[parent::love.window]] | ||
− | * [[love.window. | + | * [[love.window.setTitle]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the window | + | {{#set:Description=Gets the window title.}} |
{{#set:Since=090}} | {{#set:Since=090}} | ||
== Other Languages == | == Other Languages == | ||
− | {{i18n|love.window. | + | {{i18n|love.window.getTitle}} |
Latest revision as of 19:59, 14 August 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the window title.
Function
Synopsis
title = love.window.getTitle( )
Arguments
None.
Returns
string title
- The current window title.
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