SystemTime: Difference between revisions

From Zandronum Wiki
(Created page with "{{Template:ACSWarning}} int '''SystemTime'''() {{devfeature|3.0|150831-1814}} == Usage == Returns the system time as a 32-bit signed integer timestamp. The <tt>acstime</tt>...")
 
No edit summary
Line 1: Line 1:
{{Template:ACSWarning}}
{{Template:ACSWarning}}


int '''SystemTime'''() {{devfeature|3.0|150831-1814}}
int '''SystemTime'''()


== Usage ==
== Usage ==

Revision as of 09:51, 2 September 2017

This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

int SystemTime()

Usage

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

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

See Also