エイリアス
getsignalsget_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 を含みます。