File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ The utils.at() function will perform a given task at a given time in the
1313
1414#### Parameters
1515
16- * time24hr : The time in 24hr form - e.g. 9:30 in the morning is '09:30' while
17- 9:30 pm is '21:30', midnight is '00:00' and midday is '12:00'
18- * callback : A javascript function which will be invoked at the given time.
19- * worlds : (optional) An array of worlds. Each world has its own clock. If no array of worlds is specified, all the server's worlds are used.
20- * repeat : (optional) true or false, default is true (repeat the task every day)
16+ * time24hr : The time in 24hr form - e.g. 9:30 in the morning is '09:30' while 9:30 pm is '21:30', midnight is '00:00' and midday is '12:00'
17+ * callback : A javascript function which will be invoked at the given time.
18+ * worlds : (optional) An array of worlds. Each world has its own clock. If no array of worlds is specified, all the server's worlds are used.
19+ * repeat : (optional) true or false, default is true (repeat the task every day)
2120
2221#### Example
2322
You can’t perform that action at this time.
0 commit comments