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

> 現在の Windows console screen buffer をクリアし、console window を非表示にして、console detachment でプロセスを console から切り離します。console window が存在しない場合、この呼び出しは何もせずに戻ります。

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

  ## エイリアス

  * `consoledestroy`

  ## 例

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

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