Skip to content

Commit 2ec6261

Browse files
committed
Update autocompletion list (actual release)
1 parent a83055b commit 2ec6261

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/lua-function-list.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"addSpecialExit": "addSpecialExit(roomIDFrom, roomIDTo, moveCommand)",
88
"addSupportedTelnetOption": "addSupportedTelnetOption(option)",
99
"addWordToDictionary": "addWordToDictionary(word)",
10-
"adjustStopWatch": "adjustStopWatch(watchID/watchname, amount)",
10+
"adjustStopWatch": "adjustStopWatch(watchID/watchName, amount)",
1111
"alert": "alert([seconds])",
1212
"ansi2decho": "ansi2decho(text, default_colour)",
1313
"appendBuffer": "appendBuffer(name)",
@@ -168,7 +168,7 @@
168168
"getSpecialExitsSwap": "exits = getSpecialExitsSwap(roomID)",
169169
"getStopWatchBrokenDownTime": "brokenDownTimeTable = getStopWatchBrokenDownTime(watchID or watchName)",
170170
"getStopWatches": "table = getStopWatches()",
171-
"getStopWatchTime": "time = getStopWatchTime(watchID or watchName)",
171+
"getStopWatchTime": "time = getStopWatchTime(watchID [or watchName from Mudlet 4.4.0])",
172172
"getTextFormat": "getTextFormat([windowName])",
173173
"getTime": "time = getTime(returntype, format)",
174174
"getTimestamp": "time = getTimestamp([console_name], lineNumber)",
@@ -236,6 +236,7 @@
236236
"raiseEvent": "raiseEvent(event_name, arg-1, … arg-n)",
237237
"raiseGlobalEvent": "raiseGlobalEvent(event_name, arg-1, … arg-n)",
238238
"raiseWindow": "raiseWindow(labelName)",
239+
"receiveMSP": "receiveMSP(command)",
239240
"reconnect": "reconnect()",
240241
"registerAnonymousEventHandler": "id = registerAnonymousEventHandler(event name, functionReference, [one shot])",
241242
"reloadModule": "reloadModule(module name)",
@@ -300,7 +301,7 @@
300301
"setGaugeStyleSheet": "setGaugeStyleSheet(gaugeName, css, cssback, csstext)",
301302
"setGaugeText": "setGaugeText(gaugename, css, ccstext )",
302303
"setGridMode": "setGridMode(areaID, true/false)",
303-
"setHexBgColor": "setHexFgColor([windowName], hexColorString)",
304+
"setHexBgColor": "setHexBgColor([windowName], hexColorString)",
304305
"setHexFgColor": "setHexFgColor([windowName], hexColorString)",
305306
"setIrcChannels": "setIrcChannels(channels)",
306307
"setIrcNick": "setIrcNick(nickname)",
@@ -352,9 +353,9 @@
352353
"spellCheckWord": "spellCheckWord(word, [customDictionary])",
353354
"spellSuggestWord": "spellSuggestWord(word, [customDictionary])",
354355
"startLogging": "startLogging(state)",
355-
"startStopWatch": "startStopWatch(watchID) -",
356+
"startStopWatch": "startStopWatch( watchID ) - up to Mudlet 4.4.0",
356357
"stopSounds": "stopSounds()",
357-
"stopStopWatch": "stopStopWatch(watchID / watchName)",
358+
"stopStopWatch": "stopStopWatch( watchID [or watchName from Mudlet 4.4.0])",
358359
"suffix": "suffix(text, [writingFunction], [foregroundColor], [backgroundColor], [windowName])",
359360
"tempAlias": "aliasID = tempAlias(regex, code to do)",
360361
"tempAnsiColorTrigger": "tempAnsiColorTrigger(foregroundColor, backgroundColor, code, expireAfter)",

0 commit comments

Comments
 (0)