Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 310 Bytes

System.md

File metadata and controls

19 lines (12 loc) · 310 Bytes

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.