1.1.0 • Published 4 years ago

@kevinrblx/signal v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Signal

My personal implementation of signal.

Reference

  • Static Methods
    • Is: (obj: table) -> boolean
  • Methods
    • Listen: (callback: (...) -> any) -> RBXScriptConnection Connects the signal to a callback
    • Emit: (...) -> void Fires the signal
    • Wait: () -> CallbackResult Yields until the signal is fired
    • Destroy: () -> void Destroys the signal
1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.0

4 years ago