function setTime (client-side)
Available since version: 0.1.0
This function will set the time in the game to the given time.
Declaration
void setTime(int hour, int min, int day = 0)
Parameters
inthour: the hour of new time (in the range between 0-23).intmin: the minute of new time (in the range between 0-59).intday: the day of new time.