Files
node-metaverse/dist/events/EventQueueStateChangeEvent.d.ts
Casper Warden 960f024ea4 More refactoring stuff
- Add a waitForEventQueue promise, to get rid of the 5 second fudge from testBot.js
- Async'ify testBot.js
- Complete plumbing for Hint's ScriptDialog support (see changes to ScriptDialogEvent.ts and Comms.ts
- Fix: The EventQueue was pausing for 5 seconds every 30 seconds
2018-10-07 17:06:54 +01:00

4 lines
76 B
TypeScript

export declare class EventQueueStateChangeEvent {
active: boolean;
}