Skip to main content

参数

RBXScriptSignal
必填
要检查 event descriptor signature 的 signal。非 RBXScriptSignal object 会抛出 type error。

返回值

{string}
argument type name strings 的 array table。当 signature data 无法读取或没有生成 argument entries 时,会返回包含 “Variant” 的 fallback table。

示例

Inspect an RBXScriptSignal signature and print the argument type names Real can read.