Skip to content

Commit

Permalink
Infrastructure: Update autocompletion data in Mudlet (Mudlet#6910)
Browse files Browse the repository at this point in the history
#### Brief overview of PR changes/additions
:crown: An automated PR to update autocompletion data in Mudlet from
refs/heads/development (078c679).
#### Motivation for adding to Mudlet
So autocompletion works as expected.

Co-authored-by: mudlet-machine-account <[email protected]>
  • Loading branch information
1 parent a343dce commit 1ddede0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"clearAreaUserDataItem": "clearAreaUserDataItem(areaID, key)",
"clearCmdLine": "clearCmdLine([name])",
"clearCmdLineSuggestions": "clearCmdLineSuggestions([name])",
"clearMapSelection": "clearMapSelection()",
"clearMapUserData": "clearMapUserData()",
"clearMapUserDataItem": "clearMapUserDataItem(mapID, key)",
"clearRoomUserData": "clearRoomUserData(roomID)",
Expand Down Expand Up @@ -196,6 +197,7 @@
"getMapMenus": "getMapMenus()",
"getMapSelection": "getMapSelection()",
"getMapUserData": "getMapUserData( key )",
"getMapZoom": "getMapZoom([areaID])",
"getModuleInfo": "getModuleInfo(moduleName, [info])",
"getModulePath": "path = getModulePath(module name)",
"getModulePriority": "priority = getModulePriority(module name)",
Expand Down Expand Up @@ -270,7 +272,7 @@
"hreplace": "hreplace([window, ]text)",
"hreplaceLine": "hreplaceLine ([window], text)",
"insertLink": "insertLink([windowName], text, command, hint, [useCurrentLinkFormat])",
"insertPopup": "insertPopup([windowName], text, {commands}, {hints}, [useCurrentLinkFormat])",
"insertPopup": "insertPopup([windowName,] text, {commands}, {hints}[, useCurrentLinkFormat])",
"insertText": "insertText([windowName], text)",
"installModule": "installModule(location)",
"installPackage": "installPackage(location or url)",
Expand Down Expand Up @@ -464,7 +466,7 @@
"setMainWindowSize": "setMainWindowSize(mainWidth, mainHeight)",
"setMapUserData": "setMapUserData(key (as a string), value (as a string))",
"setMapWindowTitle": "setMapWindowTitle(text)",
"setMapZoom": "setMapZoom(zoom)",
"setMapZoom": "setMapZoom(zoom[, areaID])",
"setMergeTables": "setMergeTables(module)",
"setMiniConsoleFontSize": "setMiniConsoleFontSize(name, fontSize)",
"setModuleInfo": "setModuleInfo(moduleName, info, value)",
Expand Down

0 comments on commit 1ddede0

Please sign in to comment.