1.1.0 • Published 5 years ago
@kevinrblx/signal v1.1.0
Signal
My personal implementation of signal.
Reference
- Static Methods
Is: (obj: table) -> boolean
- Methods
Listen: (callback: (...) -> any) -> RBXScriptConnectionConnects the signal to a callbackEmit: (...) -> voidFires the signalWait: () -> CallbackResultYields until the signal is firedDestroy: () -> voidDestroys the signal