Signal+
DevForum Topic
  • Welcome
  • Installation
  • Getting started
    • Introduction
      • Custom types
  • API Reference
Powered by GitBook
On this page
  1. Getting started

Introduction

When you require the module, it will return a function, which you can use to create signals. Example:

local signal = SignalPlus()

The order in which connections are fired is reliable, but backwards.

PreviousInstallationNextCustom types

Last updated 4 days ago