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

20 lines
310 B
Markdown
Raw Permalink Normal View History

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