rconsoledestroy
Destroys the executor console window.
function rconsoledestroy(): voidSynopsis
How it works
Destroys the allocated console window by calling
FreeConsole(). This detaches the console from the process and closes the window. All handles (STD_OUTPUT_HANDLE, STD_INPUT_HANDLE) become invalid after this call. Calling rconsoleprint after destruction is undefined behavior.Usage
Clean shutdown
rconsoledestroy()Deprecated
This function is deprecated. The Vindicta executor console is always available and does not need to be destroyed.