SystemTime

From Zandronum Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

int SystemTime()

Usage

Return value

Returns the system time as a 32-bit signed integer timestamp. The acstime console command can override the result of this function.

Note that due to ACS's limitations, the timestamp is suspectible to the year 2038 problem.

Examples

This article lists no examples, please add one.

See also