Skip to main content

인수

function
필수
Luau function to disassemble. C closures are rejected.
DisassembleOptions
Optional table read for Recursive, ShowLines, ShowConstants, and StringPreviewMax. Missing fields or fields with the wrong type leave the default value unchanged.

반환값

string
Formatted disassembly text with a trailing newline.

타입

DisassembleOptions

디스어셈블리 출력에서 Luau 바이트코드가 렌더링되는 방식을 제어합니다.

예제

Disassemble a callback with selected output options.