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

> Define o title da Windows console window atual com Windows console title update. O primeiro argument deve ser um string e é verificado antes do console existence check. Se nenhuma console window existir depois que o string check passar, a chamada retorna sem fazer nada.

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

  ## Aliases

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

  ## Argumentos

  <ParamField path={"text"} type={"string"} required>
    Valor de texto usado pela operação.
  </ParamField>

  ## Exemplo

  Set the current Windows console window title.

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