3rd Party Libraries
Recent Additions
Handles Parser
Discord
sourcemod
GetTime
File
GetTime
Last Updated
2007-03-11
Created At
2007-03-11
Gets the system time as a unix timestamp.
native
int
GetTime(
int
bigStamp[2]
=
{ 0, 0 }
)
Parameters
int[2]
bigStamp
Optional array to store the 64bit timestamp in.
Return Value
int
32bit timestamp (number of seconds since unix epoch).