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

> Geçerli Windows console screen buffer alanını temizler, console window öğesini gizler ve işlemi console detachment ile console öğesinden ayırır. console window yoksa çağrı hiçbir şey yapmadan döner.

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

  ## Aliaslar

  * `consoledestroy`

  ## Örnek

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

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