|
7 | 7 | "addSpecialExit": "addSpecialExit(roomIDFrom, roomIDTo, moveCommand)",
|
8 | 8 | "addSupportedTelnetOption": "addSupportedTelnetOption(option)",
|
9 | 9 | "addWordToDictionary": "addWordToDictionary(word)",
|
10 |
| - "adjustStopWatch": "adjustStopWatch(watchID/watchname, amount)", |
| 10 | + "adjustStopWatch": "adjustStopWatch(watchID/watchName, amount)", |
11 | 11 | "alert": "alert([seconds])",
|
12 | 12 | "ansi2decho": "ansi2decho(text, default_colour)",
|
13 | 13 | "appendBuffer": "appendBuffer(name)",
|
|
168 | 168 | "getSpecialExitsSwap": "exits = getSpecialExitsSwap(roomID)",
|
169 | 169 | "getStopWatchBrokenDownTime": "brokenDownTimeTable = getStopWatchBrokenDownTime(watchID or watchName)",
|
170 | 170 | "getStopWatches": "table = getStopWatches()",
|
171 |
| - "getStopWatchTime": "time = getStopWatchTime(watchID or watchName)", |
| 171 | + "getStopWatchTime": "time = getStopWatchTime(watchID [or watchName from Mudlet 4.4.0])", |
172 | 172 | "getTextFormat": "getTextFormat([windowName])",
|
173 | 173 | "getTime": "time = getTime(returntype, format)",
|
174 | 174 | "getTimestamp": "time = getTimestamp([console_name], lineNumber)",
|
|
236 | 236 | "raiseEvent": "raiseEvent(event_name, arg-1, … arg-n)",
|
237 | 237 | "raiseGlobalEvent": "raiseGlobalEvent(event_name, arg-1, … arg-n)",
|
238 | 238 | "raiseWindow": "raiseWindow(labelName)",
|
| 239 | + "receiveMSP": "receiveMSP(command)", |
239 | 240 | "reconnect": "reconnect()",
|
240 | 241 | "registerAnonymousEventHandler": "id = registerAnonymousEventHandler(event name, functionReference, [one shot])",
|
241 | 242 | "reloadModule": "reloadModule(module name)",
|
|
300 | 301 | "setGaugeStyleSheet": "setGaugeStyleSheet(gaugeName, css, cssback, csstext)",
|
301 | 302 | "setGaugeText": "setGaugeText(gaugename, css, ccstext )",
|
302 | 303 | "setGridMode": "setGridMode(areaID, true/false)",
|
303 |
| - "setHexBgColor": "setHexFgColor([windowName], hexColorString)", |
| 304 | + "setHexBgColor": "setHexBgColor([windowName], hexColorString)", |
304 | 305 | "setHexFgColor": "setHexFgColor([windowName], hexColorString)",
|
305 | 306 | "setIrcChannels": "setIrcChannels(channels)",
|
306 | 307 | "setIrcNick": "setIrcNick(nickname)",
|
|
352 | 353 | "spellCheckWord": "spellCheckWord(word, [customDictionary])",
|
353 | 354 | "spellSuggestWord": "spellSuggestWord(word, [customDictionary])",
|
354 | 355 | "startLogging": "startLogging(state)",
|
355 |
| - "startStopWatch": "startStopWatch(watchID) -", |
| 356 | + "startStopWatch": "startStopWatch( watchID ) - up to Mudlet 4.4.0", |
356 | 357 | "stopSounds": "stopSounds()",
|
357 |
| - "stopStopWatch": "stopStopWatch(watchID / watchName)", |
| 358 | + "stopStopWatch": "stopStopWatch( watchID [or watchName from Mudlet 4.4.0])", |
358 | 359 | "suffix": "suffix(text, [writingFunction], [foregroundColor], [backgroundColor], [windowName])",
|
359 | 360 | "tempAlias": "aliasID = tempAlias(regex, code to do)",
|
360 | 361 | "tempAnsiColorTrigger": "tempAnsiColorTrigger(foregroundColor, backgroundColor, code, expireAfter)",
|
|
0 commit comments