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

> Xóa Windows console screen buffer hiện tại, ẩn console window và tách process khỏi console bằng console detachment. Nếu không có console window, lời gọi sẽ trả về mà không làm gì.

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

  ## Alias

  * `consoledestroy`

  ## Ví dụ

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

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