Skip to main content

인수

function
필수
Function called by the returned Luau closure.
string
Optional debug name for the generated closure.

반환값

function
Generated Luau closure that executes return the original function(..) and forwards arguments to the original function.

예제

Create a Luau closure that calls the original function.