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

> Menghapus Windows console screen buffer saat ini, menyembunyikan console window, dan melepaskan proses dari console dengan console detachment. Jika tidak ada console window, panggilan kembali tanpa melakukan apa pun.

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

  ## Alias

  * `consoledestroy`

  ## Contoh

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

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