Skip to main content

Alias

  • getsignals
  • get_signal_cons

Argumen

RBXScriptSignal
wajib
Signal yang akan diperiksa. Userdata non-RBXScriptSignal memunculkan type error, dan signal tanpa Connect field yang dapat dipanggil memunculkan “Signal does not have ‘Connect’ method”.

Return

{RealConnection}
Array table berisi connection closure tables. Setiap closure mengekspos fields dan methods melalui methods-nya, termasuk Enabled, Disabled, LuaConnection, ForeignState, Function, Thread, Disconnect, Disable, Enable, Fire, dan Defer jika tersedia.

Contoh

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