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

> Устанавливает title текущей Windows console window через Windows console title update. Первый argument должен быть string и проверяется до console existence check. Если после успешного string check console window не существует, вызов возвращается без действий.

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

  ## Алиасы

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

  ## Аргументы

  <ParamField path={"text"} type={"string"} required>
    Текстовое значение, используемое операцией.
  </ParamField>

  ## Пример

  Set the current Windows console window title.

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