multishell.setTitle

multishell.setTitle
Function
Syntax
multishell.setTitle(
  • tabid : number
  • title : string
)

Returns nil
API multishell
Source CC:Tweaked (source)

Set the title of a multishell tab.

ExampleSet the title.
Set the title of tab 1 to "Computercraft".
Code
<nowiki>
multishell.setTitle(1,"Computercraft")
    </nowiki>
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.