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