Skip to content

Extended from BaseClass EventEmitter

The event emitter is used to manage the events of a class

Properties

table EventsStorage

This table store all the events of the class

{ }

Methods

EventEmitter Constructor()

Connection On(name: string, callback: () -> any)

void Fire(name: string, ...any)

Triggers an event with the specified arguments

Events

Name
Description