Add ns.ui.clearTerminal for 0.2 GB

This commit is contained in:
Zoë Hoekstra
2022-05-06 12:29:21 +02:00
parent b46718d188
commit 472c9778df
3 changed files with 15 additions and 0 deletions

View File

@@ -4391,6 +4391,13 @@ interface UserInterface {
* RAM cost: 0 GB
*/
getGameInfo(): GameInfo;
/**
* Clear the Terminal window, as if the player ran `clear` in the terminal
* @remarks
* RAM cost: 0 GB
*/
clearTerminal(): void;
}
/**