Skip to main content

Aliase

  • getsignals
  • get_signal_cons

Argumente

RBXScriptSignal
erforderlich
Zu prüfendes Signal. Nicht-RBXScriptSignal object löst einen type error aus, und ein signal ohne aufrufbares Connect field löst “Signal does not have ‘Connect’ method” aus.

Rückgaben

{RealConnection}
Array table von connection closure tables. Jeder closure stellt fields und methods über seine methods bereit, darunter Enabled, Disabled, LuaConnection, ForeignState, Function, Thread, Disconnect, Disable, Enable, Fire und Defer, wenn verfügbar.

Beispiel

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