Time::addToClockTime: 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
Syntax
mp.game.time.addToClockTime(hours, minutes, seconds);
Required Arguments
- hours: int
- minutes: int
- seconds: int
Return value
- Undefined
Example
// todo