Time::setClockTime

From RAGE Multiplayer Wiki
Revision as of 21:33, 6 May 2017 by Marty uploader (talk | contribs) (yay)

SET_CLOCK_TIME(12, 34, 56);

Syntax

mp.game.time.setClockTime(hour, minute, second);

Required Arguments

  • hour: int
  • minute: int
  • second: int

Return value

  • Undefined

Example

// todo

See also

Template:Time s function c