Skip to content

Commit

Permalink
(autocommit) Updated autocompletion data (Mudlet#5259)
Browse files Browse the repository at this point in the history
Co-authored-by: mudlet-machine-account <mudlet-machine-account@users.noreply.github.com>
  • Loading branch information
1 parent 43483a0 commit b591b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"getMapEvents": "mapevents = getMapEvents()",
"getMapLabel": "labelinfo = getMapLabels(areaID, labelID or labelText)",
"getMapLabels": "arealabels = getMapLabels(areaID)",
"getMapMenus": "getMapMenus()",
"getMapSelection": "getMapSelection()",
"getMapUserData": "getMapUserData( key )",
"getModuleInfo": "getModuleInfo(moduleName, [info])",
Expand Down Expand Up @@ -324,7 +325,7 @@
"restartIrc": "restartIrc()",
"roomExists": "roomExists(roomID)",
"roomLocked": "locked = roomLocked(roomID)",
"saveJsonMap": "saveJsonMap(pathFileName)",
"saveJsonMap": "saveJsonMap([pathFileName])",
"saveMap": "saveMap([location], [version])",
"saveProfile": "saveProfile(location)",
"saveWindowLayout": "saveWindowLayout()",
Expand Down

0 comments on commit b591b2e

Please sign in to comment.