Skip to main content

أسماء بديلة

  • getsignals
  • get_signal_cons

الوسائط

RBXScriptSignal
مطلوب
Signal المراد فحصه. object غير RBXScriptSignal يرفع type error، و signal بدون Connect field قابل للاستدعاء يرفع “Signal does not have ‘Connect’ method”.

القيم الراجعة

{RealConnection}
Array table من connection closure tables. يعرض كل closure fields و methods عبر methods، بما في ذلك Enabled و Disabled و LuaConnection و ForeignState و Function و Thread و Disconnect و Disable و Enable و Fire و Defer عندما تكون متاحة.

مثال

Inspect an RBXScriptSignal and list the wrapped connections Real can expose.