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

# rconsoleshow

> Windows console visibility update에서 show mode를 사용해 현재 Windows console window를 표시합니다. 이 function은 console을 생성하지 않습니다. console window가 없으면 호출은 아무 작업도 하지 않고 반환됩니다.

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

  ## 별칭

  * `consoleshow`

  ## 예제

  Show the current Windows console window when one exists.

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