From 1ddede0cc325d80ce2d1c66458d4ed3fa0b28882 Mon Sep 17 00:00:00 2001 From: mudlet-machine-account <39947211+mudlet-machine-account@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:59:35 +0200 Subject: [PATCH] Infrastructure: Update autocompletion data in Mudlet (#6910) #### Brief overview of PR changes/additions :crown: An automated PR to update autocompletion data in Mudlet from refs/heads/development (078c67998250c6866b0f6d0a32807a45f37ea741). #### Motivation for adding to Mudlet So autocompletion works as expected. Co-authored-by: mudlet-machine-account --- src/lua-function-list.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lua-function-list.json b/src/lua-function-list.json index ac16564f65a..136f95f2173 100644 --- a/src/lua-function-list.json +++ b/src/lua-function-list.json @@ -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)", @@ -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)", @@ -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)", @@ -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)",