newcclosure Synchronous
The returned callback can itself yield.
Luau
newcclosure(callback: Function, name: string?) -> FunctionParameters
| Parameter | Type |
|---|---|
callback | Function |
name | string? |
Returns
FunctionThe returned callback can itself yield.
newcclosure(callback: Function, name: string?) -> Function| Parameter | Type |
|---|---|
callback | Function |
name | string? |
Function