World::time.hour
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
This property gets/sets the hour in the game.
var hour = mp.world.time.hour; // GETTER
mp.world.time.hour = 4; // SETTER