Represents System Level Functions
| C# |
public static class TCODSystem
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CurrentResolution |
The current screen resolution.
| |
| ElapsedMilliseconds |
Obtain number of milliseconds since the program started
| |
| ElapsedSeconds |
Obtain number of seconds since the program started
| |
| ForceFullscrenResolution(Int32, Int32) |
Force specific resolution in fullscreen
| |
| FPS |
Get or set the current value of frames per second that
the library will attempt to render.
| |
| LastFrameLength |
Return the length in seconds of the last rendered frame.
| |
| SaveScreenshot(String) |
Save a screenshot of the root console to disk
| |
| Sleep(UInt32) |
Stop program execution for specified amount of time
|
| Object | |
| TCODSystem | |