> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# rconsoledestroy

> Leert den aktuellen Windows console screen buffer, versteckt die console window und trennt den Prozess mit console detachment von der console. Wenn keine console window existiert, kehrt der Aufruf ohne Aktion zurück.

<div className="real-function-page">
  ```lua theme={null}
  rconsoledestroy()
  ```

  ## Aliase

  * `consoledestroy`

  ## Beispiel

  Clear and hide the current console, then detach from it.

  ```lua theme={null}
  rconsolecreate()
  rconsoleprint("Console closing")
  rconsoledestroy()
  ```
</div>
