Skip to main content

Aliaslar

  • getsignals
  • get_signal_cons

Argümanlar

RBXScriptSignal
gerekli
Incelenecek signal. RBXScriptSignal olmayan object type error olusturur, cagrilabilir Connect field olmayan signal ise “Signal does not have ‘Connect’ method” olusturur.

Dönüşler

{RealConnection}
Connection closure tables iceren array table. Her closure, methods uzerinden fields ve methods sunar; mevcut olduklarinda Enabled, Disabled, LuaConnection, ForeignState, Function, Thread, Disconnect, Disable, Enable, Fire ve Defer buna dahildir.

Örnek

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