| Fonksiyon gezinmesi | Açıklama |
|---|---|
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. |
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. |
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. |
getrenv | Returns the Roblox global environment table. The function takes no arguments and returns exactly one value. |
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. |
gettenv | Returns the environment table stored on a Luau thread. getstateenv is an alias. |
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. |
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. |
Environment
Environment
Çalışma zamanı ortamlarına ve çöpten toplanan nesnelere erişim.
Çalışma zamanı ortamlarına ve çöpten toplanan nesnelere erişim.