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

> Muestra la Windows console window actual con Windows console visibility update usando show mode. La function no crea una console. Si no existe ninguna console window, la llamada vuelve sin hacer nada.

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

  ## Alias

  * `consoleshow`

  ## Ejemplo

  Show the current Windows console window when one exists.

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