Difference between revisions of "love.graphics.setCaption"

Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the window caption.}}
 
{{#set:Description=Sets the window caption.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setCaption}}
 
{{i18n|love.graphics.setCaption}}

Revision as of 10:20, 25 March 2011

Sets the window caption.

Function

Synopsis

love.graphics.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also


Other Languages