rconsolesettitle
Sets the title bar text of the executor console window.
function rconsolesettitle(title: string): voidSynopsis
How it works
Sets the console window's title bar text by calling
SetConsoleTitleA(title). The title is a plain ASCII string displayed in the window's title bar. Maximum length is 64K characters (Win32 limit).Usage
Set title
rconsolecreate()
rconsolesettitle("My Script Console")Parameters
title string The new title for the console window.
Deprecated
Deprecated. The built-in Vindicta console title is not configurable.