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

> Đặt title của Windows console window hiện tại bằng Windows console title update. argument đầu tiên phải là string và được kiểm tra trước console existence check. Nếu không có console window sau khi string check thành công, lời gọi sẽ trả về mà không làm gì.

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

  ## Alias

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

  ## Đối số

  <ParamField path={"text"} type={"string"} required>
    Giá trị văn bản được sử dụng bởi hoạt động.
  </ParamField>

  ## Ví dụ

  Set the current Windows console window title.

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