Difference between revisions of "love.graphics.setCaption"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the window caption.
 
Sets the window caption.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the window caption.}}
 
{{#set:Description=Sets the window caption.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setCaption}}

Revision as of 20:23, 18 November 2010

Sets the window caption.

Function

Synopsis

love.graphics.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also

Other Languages