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

> Xoa current Windows console screen buffer khi co console window. Neu khong co console window, call tra ve ma khong lam gi.

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

  ## Alias

  * `consoleclear`

  ## Ví dụ

  Clear the current console screen when a console window exists.

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