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

# rconsolename

> Establece el title de la Windows console window actual con Windows console title update. El primer argument debe ser un string y se comprueba antes del console existence check. Si no existe ninguna console window después de que el string check tenga éxito, la llamada vuelve sin hacer nada.

<div className="real-function-page">
  ```lua theme={null}
  rconsolename(text: string)
  ```

  ## Alias

  * `consolename`
  * `rconsolesettitle`
  * `consolesettitle`

  ## Argumentos

  <ParamField path={"text"} type={"string"} required>
    Valor de texto utilizado por la operación.
  </ParamField>

  ## Ejemplo

  Set the current Windows console window title.

  ```lua theme={null}
  rconsolecreate()
  rconsolename("Real Console")
  ```
</div>
