Difference between revisions of "Screen:setTitle"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets a title to the screen.
+
Sets a title to the new screen.
<source 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