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¶
Connection On(name: string, callback: () -> any
)¶
Connection Once(name: string, callback: () -> any
)¶
void Fire(name: string, ...any
)¶
Triggers an event with the specified arguments
Events¶
There is no events for this class