World::time.hour: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
This property gets/sets the hour in the game.
This property gets/sets the hour in the game.



Revision as of 15:43, 29 January 2018

This property gets/sets the hour in the game.

Getter

  • Number

Setter

  • Number (0 - 23)

Example

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

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

See Also