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

# rconsoleinfo

> console text attribute info text color olarak ayarlandıktan sonra stdout üzerinden geçerli Windows console içine sifir veya daha fazla deger yazar. Değerler Lua string conversion ile dönüştürülür, tab karakterleriyle ayrılır ve text attribute daha sonra default console text color olarak ayarlanir. console window yoksa çağrı herhangi bir seyi donusturmeden veya yazmadan doner.

<div className="real-function-page">
  ```lua theme={null}
  rconsoleinfo(...values?: ...any)
  ```

  ## Aliaslar

  * `consoleinfo`

  ## Argümanlar

  <ParamField path={"...values"} type={"...any"}>
    Istege bagli degerler. console varsa her value Lua string conversion ile donusturulur ve yazmadan once tab karakterleriyle birlestirilir.
  </ParamField>

  ## Örnek

  Write a bright blue message to the current Windows console.

  ```lua theme={null}
  rconsolecreate()
  rconsoleinfo("Connected", "
  ")
  ```
</div>
