Difference between revisions of "Screen:setTitle"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
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) | ||
</source> | </source> |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2023.2
Class: Screen
Description
Sets a title to the new screen. <syntaxhighlight lang="lua"> Screen:setTitle(title) </source>
Parameters
title: (string) the screen title