World::time.hour: Difference between revisions
(Init) |
|||
| Line 18: | Line 18: | ||
==See Also== | ==See Also== | ||
{{ | {{World_definition}} | ||
Revision as of 15:42, 29 January 2018
This page is Incomplete.
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