filtergc Synchronous
Default returns a list; returnOne=true returns one match or nil.
Luau
filtergc(
kind: "function" | "table",
options: GcFilterOptions,
returnOne: boolean?
) -> {Function | Table} OR Function OR Table OR nilParameters
| Parameter | Type |
|---|---|
kind | "function" | "table" |
options | GcFilterOptions |
returnOne | boolean? |
Argument fields
Luau
GcFilterOptions = {
IgnoreExecutor: boolean?, Name: string?, Hash: string?,
Constants: Table?, Upvalues: Table?, Keys: Table?, Values: Table?,
KeyValuePairs: Table?, Metatable: Table?
}Returns
{Function | Table} OR Function OR Table OR nil