Skip to main content

별칭

  • getsignals
  • get_signal_cons

인수

RBXScriptSignal
필수
검사할 signal입니다. RBXScriptSignal이 아닌 object는 type error를 발생시키고, 호출 가능한 Connect field가 없는 signal은 “Signal does not have ‘Connect’ method”를 발생시킵니다.

반환값

{RealConnection}
connection closure tables의 array table입니다. 각 closure는 methods을 통해 fields와 methods를 노출하며, 사용 가능한 경우 Enabled, Disabled, LuaConnection, ForeignState, Function, Thread, Disconnect, Disable, Enable, Fire, Defer를 포함합니다.

예제

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