Skip to content

Commit

Permalink
(autocommit) Updated autocompletion data
Browse files Browse the repository at this point in the history
  • Loading branch information
mudlet-machine-account committed Jun 4, 2021
1 parent db59037 commit 8ac600a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"createRoomID": "usableId = createRoomID([minimumStartingRoomId])",
"createStopWatch": "createStopWatch([name], [start immediately])",
"creplace": "creplace([window, ]text)",
"creplaceLine": "creplaceLine (text)",
"creplaceLine": "creplaceLine ([window], text)",
"debugc": "debugc(content)",
"decho": "decho ([name of console,] text)",
"dechoLink": "dechoLink([windowName], text, command, hint, true)",
Expand Down Expand Up @@ -90,6 +90,7 @@
"display": "display(content)",
"downloadFile": "downloadFile(saveto, url)",
"dreplace": "dreplace([window, ]text)",
"dreplaceLine": "dreplaceLine ([window], text)",
"echo": "echo([miniconsoleName or labelName], text)",
"echoLink": "echoLink([windowName], text, command, hint, [useCurrentFormatElseDefault])",
"echoPopup": "echoPopup([windowName], text, {commands}, {hints}, [useCurrentFormatElseDefault])",
Expand Down Expand Up @@ -237,6 +238,7 @@
"hinsertLink": "hinsertLink([windowName], text, command, hint, true)",
"hinsertPopup": "hinsertPopup([windowName], text, {commands}, {hints}, [useCurrentFormatElseDefault])",
"hreplace": "hreplace([window, ]text)",
"hreplaceLine": "hreplaceLine ([window], text)",
"insertLink": "insertLink([windowName], text, command, hint, [useCurrentLinkFormat])",
"insertPopup": "insertPopup([windowName], text, {commands}, {hints}, [useCurrentLinkFormat])",
"insertText": "insertText([windowName], text)",
Expand Down Expand Up @@ -308,6 +310,7 @@
"removeWordFromDictionary": "removeWordFromDictionary(word)",
"replace": "replace([windowName], with, [keepcolor])",
"replaceAll": "replaceAll(what, with, [keepcolor])",
"replaceLine": "replaceLine ([window], text)",
"replaceWildcard": "replaceWildcard(which, replacement, [keepcolor])",
"resetBackgroundImage": "resetBackgroundImage([windowName])",
"resetCmdLineAction": "resetCmdLineAction(commandLineName)",
Expand Down

0 comments on commit 8ac600a

Please sign in to comment.