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

> Ẩn Windows console window hiện tại bằng Windows console visibility update với hide mode. function không gọi console detachment, nên không tách khỏi console và không hủy console. 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}
  rconsolehide()
  ```

  ## Alias

  * `consolehide`

  ## Ví dụ

  Hide the current Windows console without detaching from it.

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