This AI is still in early stages of development.
Diag API Diagnostics
- Aubergine
Owned by Aubergine
The Diag API provides a few diagnostic routines of it's own...
Â
Routines
This page assumes you are using Diag's chat interface to run diagnostics. If you are running diagnostics from code, see Diag API documentation for syntax.
Command | Notes | Diag Ver |
---|---|---|
diag list | Lists all available diagnostic routines | 0.1 |
diag api | Lists all APIs registered with Util.js | 0.1 |
You can find lists of other diagnostic chat commands by typing "diagnostics" in to the search box at the top of this page or by Google searching 'warzone api diagnostics'.
Diag API
Topics:
- Diag() — Run a diagnostic routine...
- Diag.add() — Register diagnostic routines with the Diag API...
- Diag.run() — Run a diagnostic.
- Diag API Diagnostics — The Diag API provides a few diagnostic routines of it's own...
- Lazy Loading Diagnostics — By lazy loading diagnostic routines, your script will start faster and use less RAM if diagnostics are not required.
Â