Difference between revisions of "love.graphics.getCaption"

m (fixed link.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.getTitle]]}}
 +
 
Gets the window caption.
 
Gets the window caption.
 
== Function ==
 
== Function ==
Line 15: Line 17:
 
{{#set:Description=Gets the window caption.}}
 
{{#set:Description=Gets the window caption.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Sub-Category=Window}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getCaption}}
 
{{i18n|love.graphics.getCaption}}

Latest revision as of 02:55, 9 September 2016

Removed in LÖVE 0.9.0
Moved to the love.window module as love.window.getTitle.


Gets the window caption.

Function

Synopsis

caption = love.graphics.getCaption( )

Arguments

None.

Returns

string caption
The current window caption.

See Also


Other Languages