SystemTime (Skulltag)

From ZDoom Wiki
Jump to navigation Jump to search
SkulltagIcon.png Warning: This feature is Skulltag specific, and is not compatible with ZDoom!
To see all of Skulltag's specific features, see Skulltag features.


int SystemTime() (Dev. 3.0 | 150831-1814)

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