World::time.hour: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
(Undo revision 9068 by WampiR (talk))
 
(One intermediate revision by the same user not shown)

Latest revision as of 16:02, 29 January 2018

This property gets/sets the hour in the game.

Getter

  • Number (0 - 23)

Setter

  • Number (0 - 23)

Example

var hour = mp.world.time.hour; // GETTER

mp.world.time.hour = 4; // SETTER

See Also