zscript-doc/api/global/func/System.md

19 lines
312 B
Markdown
Raw Normal View History

2018-12-29 16:05:19 -08:00
# System
TODO
```
uint MSTime();
vararg void ThrowAbortException(string format, ...);
```
- `MSTime`
Returns the number of milliseconds since the engine was started. **Not deterministic.**
- `ThrowAbortException`
Kills the VM and ends the game (without exiting) with a formatted error.
<!-- EOF -->