G.SysTime
From GMod Wiki
Revision as of 19:24, 11 November 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax |
SysTime( ) Where is this used? |
| Description: | |
| Returns the time of the system. This is updated a lot more often than CurTime() and RealTime(), so it's useful for benchmarking, for instance. | |
| Returns: | String |
| Part of Library: | Global Functions |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.SysTime]G.SysTime [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Print the current time of the system to the console |
|---|---|
| Used on | |
| Code | print( SysTime() ) |
| Output | The current system time. |