World::time.hour
Jump to navigation
Jump to search
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