World::time.hour: Difference between revisions
No edit summary |
|
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
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