Difference between revisions of "Screen:setTitle"

From GiderosMobile
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets a title to the screen.
+
Sets a title to the new screen.
 
<source lang="lua">
 
<source lang="lua">
 
Screen:setTitle(title)
 
Screen:setTitle(title)

Revision as of 12:24, 21 February 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