GameClock:getPosixTime: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|GetPosixTimeResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.clock.getPosixTime() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameClock_functions_c}} Category:Clientside API Category:TODO: Example")
 
No edit summary
 
Line 4: Line 4:


===Return value===
===Return value===
*''' {{RageType|GetPosixTimeResult}} '''
*''' {{RageType|object}} ''' { year: number; month: number; day: number; hour: number; minute: number; second: number; }


==Syntax==
==Syntax==

Latest revision as of 09:57, 14 August 2024