> ## 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 が Real によって見つかった Roblox window かどうかを返します。Real は現在のプロセスの windows を enumerating し、class name が Roblox window の window を選択してその window を見つけます。この function は arguments を受け取らず、foreground window または matching Roblox window が利用できない場合は false を返します。

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

  ## エイリアス

  * `isgameactive`
  * `iswindowactive`

  ## 戻り値

  <ResponseField name={"active"} type={"boolean"}>
    GetForegroundWindow() が、現在のプロセス用に cached または newly found された Roblox window window と同じ HWND を返す場合は True。
  </ResponseField>
</div>
