Time::setClockTime: Difference between revisions
(yay) |
No edit summary |
||
| Line 15: | Line 15: | ||
{{Time_s_function_c}} | {{Time_s_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:Time API]] | |||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Revision as of 21:23, 11 May 2017
SET_CLOCK_TIME(12, 34, 56);
Syntax
mp.game.time.setClockTime(hour, minute, second);
Required Arguments
- hour: int
- minute: int
- second: int
Return value
- Undefined
Example
// todo