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

# Environment

> Çalışma zamanı ortamlarına ve çöpten toplanan nesnelere erişim.

<div className="real-category-page">
  Çalışma zamanı ortamlarına ve çöpten toplanan nesnelere erişim.

  ## Kullanılabilir fonksiyonlar

  <CardGroup cols={2}>
    <Card title="filtergc" href="./filtergc">
      Verilen filters ile eşleşen live garbage-collected tables veya functions arar. filterType "table" veya "function" olmalıdır. options bir table olmalıdır.
    </Card>

    <Card title="getgc" href="./getgc">
      Returns an array table of live Luau garbage-collected objects visible to the API. Functions and userdata-like objects are included by default. Tables are included only when includeTables is true. get\_gc\_objects is an alias.
    </Card>

    <Card title="getgenv" href="./getgenv">
      LUA\_ENVIRONINDEX push ederek current executor environment table dondurur. Function arguments almaz, exactly one value dondurur ve registered alias yoktur. Repository icindeki call-sites returned table kullanarak \_\_siApiCache ve saveinstance gibi shared executor globals degerlerini okur ve yazar.
    </Card>

    <Card title="getrenv" href="./getrenv">
      Returns the Roblox global environment table. The function takes no arguments and returns exactly one value.
    </Card>

    <Card title="getscriptglobals" href="./getscriptglobals">
      \_G ve shared icin current LUA\_GLOBALSINDEX values iceren new table dondurur. Function arguments almaz, fresh table olusturur, \_G degerini LUA\_GLOBALSINDEX.\_G uzerinden ve shared degerini LUA\_GLOBALSINDEX.shared uzerinden atar, sonra exactly one value dondurur. full global table dondurmez ve getscriptglobals icin kayitli alias yoktur.
    </Card>

    <Card title="gettenv" href="./gettenv">
      Returns the environment table stored on a Luau thread. getstateenv is an alias.
    </Card>

    <Card title="setclipboard" href="./setclipboard">
      Writes one value to the Windows system clipboard as text. The value is converted to a string. The function returns no status value, whether the clipboard write succeeds or fails. toclipboard is an alias.
    </Card>

    <Card title="setrbxclipboard" href="./setrbxclipboard">
      Writes a required string to the Windows clipboard using Roblox Studio clipboard data format. The function returns no status value, whether the clipboard write succeeds or fails.
    </Card>
  </CardGroup>
</div>
