Skip to content

Commit

Permalink
Update autocompletion list (actual release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Dec 7, 2019
1 parent a83055b commit 2ec6261
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"addSpecialExit": "addSpecialExit(roomIDFrom, roomIDTo, moveCommand)",
"addSupportedTelnetOption": "addSupportedTelnetOption(option)",
"addWordToDictionary": "addWordToDictionary(word)",
"adjustStopWatch": "adjustStopWatch(watchID/watchname, amount)",
"adjustStopWatch": "adjustStopWatch(watchID/watchName, amount)",
"alert": "alert([seconds])",
"ansi2decho": "ansi2decho(text, default_colour)",
"appendBuffer": "appendBuffer(name)",
Expand Down Expand Up @@ -168,7 +168,7 @@
"getSpecialExitsSwap": "exits = getSpecialExitsSwap(roomID)",
"getStopWatchBrokenDownTime": "brokenDownTimeTable = getStopWatchBrokenDownTime(watchID or watchName)",
"getStopWatches": "table = getStopWatches()",
"getStopWatchTime": "time = getStopWatchTime(watchID or watchName)",
"getStopWatchTime": "time = getStopWatchTime(watchID [or watchName from Mudlet 4.4.0])",
"getTextFormat": "getTextFormat([windowName])",
"getTime": "time = getTime(returntype, format)",
"getTimestamp": "time = getTimestamp([console_name], lineNumber)",
Expand Down Expand Up @@ -236,6 +236,7 @@
"raiseEvent": "raiseEvent(event_name, arg-1, … arg-n)",
"raiseGlobalEvent": "raiseGlobalEvent(event_name, arg-1, … arg-n)",
"raiseWindow": "raiseWindow(labelName)",
"receiveMSP": "receiveMSP(command)",
"reconnect": "reconnect()",
"registerAnonymousEventHandler": "id = registerAnonymousEventHandler(event name, functionReference, [one shot])",
"reloadModule": "reloadModule(module name)",
Expand Down Expand Up @@ -300,7 +301,7 @@
"setGaugeStyleSheet": "setGaugeStyleSheet(gaugeName, css, cssback, csstext)",
"setGaugeText": "setGaugeText(gaugename, css, ccstext )",
"setGridMode": "setGridMode(areaID, true/false)",
"setHexBgColor": "setHexFgColor([windowName], hexColorString)",
"setHexBgColor": "setHexBgColor([windowName], hexColorString)",
"setHexFgColor": "setHexFgColor([windowName], hexColorString)",
"setIrcChannels": "setIrcChannels(channels)",
"setIrcNick": "setIrcNick(nickname)",
Expand Down Expand Up @@ -352,9 +353,9 @@
"spellCheckWord": "spellCheckWord(word, [customDictionary])",
"spellSuggestWord": "spellSuggestWord(word, [customDictionary])",
"startLogging": "startLogging(state)",
"startStopWatch": "startStopWatch(watchID) -",
"startStopWatch": "startStopWatch( watchID ) - up to Mudlet 4.4.0",
"stopSounds": "stopSounds()",
"stopStopWatch": "stopStopWatch(watchID / watchName)",
"stopStopWatch": "stopStopWatch( watchID [or watchName from Mudlet 4.4.0])",
"suffix": "suffix(text, [writingFunction], [foregroundColor], [backgroundColor], [windowName])",
"tempAlias": "aliasID = tempAlias(regex, code to do)",
"tempAnsiColorTrigger": "tempAnsiColorTrigger(foregroundColor, backgroundColor, code, expireAfter)",
Expand Down

0 comments on commit 2ec6261

Please sign in to comment.