Noir.Libraries.Events: NoirLibrary
NoirLibrary
A library that allows you to create events.
Noir.Libraries.Events.DismissAction: table
table
Return this in the function provided to :Connect() to disconnect the function from the connected event after it is called.
:Connect()
This is similar to calling :Disconnect() after a connection to an event was fired. local MyEvent = Noir.Libraries.Events:Create()
:Disconnect()
Noir.Libraries.Events:Create()
Create an event. This event can then be fired with the :Fire() method.
NoirEvent
Last updated 1 year ago