Difference between revisions of "Screen:setTitle"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Sets a title to the new screen. | Sets a title to the new screen. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Screen:setTitle(title) | Screen:setTitle(title) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14: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