> ## 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 باستخدام console detachment. إذا لم تكن هناك 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>
