Difference between revisions of "Screen:setTitle"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Screen:setTitle(title)
 
Screen:setTitle(title)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2023.2
Class: Screen

Description

Sets a title to the new screen.

Screen:setTitle(title)

Parameters

title: (string) the screen title