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

# isrbxactive

> Возвращает, является ли current foreground window окном Roblox window, найденным Real. Real находит это окно через enumerating windows текущего процесса и выбирает window, у которого class name равен Roblox window. Function не принимает arguments и возвращает false, если foreground window или matching Roblox window недоступны.

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

  ## Алиасы

  * `isgameactive`
  * `iswindowactive`

  ## Возвраты

  <ResponseField name={"active"} type={"boolean"}>
    True, когда GetForegroundWindow() возвращает тот же HWND, что и cached или newly found Roblox window window для текущего процесса.
  </ResponseField>
</div>
