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

# rconsolehide

> يخفي Windows console window الحالية باستخدام Windows console visibility update مع hide mode. لا تستدعي function ‏console detachment، لذلك لا تفصل عن console ولا تدمرها. إذا لم تكن هناك console window، يرجع الاستدعاء بدون أي إجراء.

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

  ## أسماء بديلة

  * `consolehide`

  ## مثال

  Hide the current Windows console without detaching from it.

  ```lua theme={null}
  rconsolecreate()
  rconsolehide()
  ```
</div>
