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

# rconsoleclear

> console window가 있으면 current Windows console screen buffer를 지웁니다. console window가 없으면 call은 아무 작업 없이 반환됩니다.

<div className="real-function-page">
  ```lua theme={null}
  rconsoleclear()
  ```

  ## 별칭

  * `consoleclear`

  ## 예제

  Clear the current console screen when a console window exists.

  ```lua theme={null}
  rconsolecreate()
  rconsoleprint("Preparing output...")
  rconsoleclear()
  ```
</div>
