| Nawigacja funkcji | Opis |
|---|---|
filtergc | Szuka live garbage-collected tables albo functions pasujących do podanych filters. filterType musi być “table” albo “function”. options musi być table. |
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 | Zwraca current executor environment table przez pushing LUA_ENVIRONINDEX. Function nie przyjmuje arguments, zwraca exactly one value i nie ma registered alias. Call-sites w repository uzywaja returned table do odczytu i zapisu shared executor globals takich jak __siApiCache i saveinstance. |
getrenv | Returns the Roblox global environment table. The function takes no arguments and returns exactly one value. |
getscriptglobals | Zwraca new table zawierajaca current LUA_GLOBALSINDEX values dla _G i shared. Function nie przyjmuje arguments, tworzy fresh table, przypisuje _G z LUA_GLOBALSINDEX._G oraz shared z LUA_GLOBALSINDEX.shared i zwraca exactly one value. Nie zwraca full global table, a dla getscriptglobals nie zarejestrowano alias. |
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
Dostęp do środowisk wykonawczych i obiektów zebranych w pamięci.
Dostęp do środowisk wykonawczych i obiektów zebranych w pamięci.