Time::setClockTime

From RAGE Multiplayer Wiki
Revision as of 20:52, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SET_CLOCK_TIME(12, 34, 56);

Syntax

time.setClockTime(hour, minute, second);

Required Arguments

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

Return value

  • Undefined

Example

todo

See also

Template:Time function c