Skip to main content

参数

RBXScriptSignal
必填
要检查的 signal。第一个 argument 必须是 Luau type name 为 RBXScriptSignal 的 object。

返回值

boolean
replication layer signal replication validation 检查返回的 boolean,或在解析到的 replication layer reference 值为 0 时返回 false。

示例

Check whether an RBXScriptSignal is legal to send before attempting to replicate it.