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.