This website requires JavaScript.
Explore
Help
Register
Sign In
Miko
/
node-metaverse
Watch
1
Star
0
Fork
0
You've already forked node-metaverse
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b99a04a03104f1d787856bc5ae9a0d96e9a06d4d
node-metaverse
/
lib
/
events
/
EventQueueStateChangeEvent.ts
5 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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
export
class
EventQueueStateChangeEvent
{
NMV 0.8.0 - Big refactor and linting fixes
2025-01-17 23:37:54 +00:00
public
active
:
boolean
;
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
}
Reference in New Issue
Copy Permalink