Difference between revisions of "love.graphics.setCaption"

m (1 revision: Importing from potato (again).)
m (Fixed oldin)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setTitle]]}}
  
 
Sets the window caption.
 
Sets the window caption.
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the window caption.}}
 
{{#set:Description=Sets the window caption.}}
 +
{{#set:Since=000}}
 +
{{#set:Sub-Category=Window}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setCaption}}

Latest revision as of 00:41, 14 September 2013

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


Sets the window caption.

Function

Synopsis

love.graphics.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also


Other Languages