Es.gettime
From EventScripts Community Encyclopedia
|
[edit] Method: gettimeModule: es [edit] Method Overview[edit] Table of Contents
[edit] Description(Deprecated) Gets the current server time as the number of seconds since the epoch (Jan 1 1970). This is the Python equivalent of: http://www.eventscripts.com/pages/es_gettime [edit] Arguments
[edit] Examplesimport es myvar = es.ServerVar('myvar') es.gettime('myvar') es.msg('Time: %s' % myvar) [edit] Notes
[edit] See Also
|
|
