> ## 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

> Czyści bieżący Windows console screen buffer, ukrywa console window i odłącza proces od console za pomocą console detachment. Jeśli nie istnieje żadna console window, wywołanie wraca bez wykonania akcji.

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

  ## Aliasy

  * `consoledestroy`

  ## Przykład

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

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