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

> Ustawia title bieżącej Windows console window za pomocą Windows console title update. Pierwszy argument musi być typu string i jest sprawdzany przed console existence check. Jeśli po udanym string check nie istnieje żadna console window, wywołanie wraca bez wykonania akcji.

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

  ## Aliasy

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

  ## Argumenty

  <ParamField path={"text"} type={"string"} required>
    Wartość tekstowa używana przez operację.
  </ParamField>

  ## Przykład

  Set the current Windows console window title.

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