Skip to content

Commit

Permalink
(autocommit) Updated autocompletion data (Mudlet#5089)
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 6683f3a commit 0dc25eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"getMapLabels": "arealabels = getMapLabels(areaID)",
"getMapSelection": "getMapSelection()",
"getMapUserData": "getMapUserData( key )",
"getModuleInfo": "getModuleInfo(moduleName, [info])",
"getModulePath": "path = getModulePath(module name)",
"getModulePriority": "priority = getModulePriority(module name)",
"getModules": "getModules()",
Expand All @@ -184,6 +185,7 @@
"getMudletVersion": "getMudletVersion(style)",
"getNetworkLatency": "getNetworkLatency()",
"getOS": "getOS()",
"getPackageInfo": "getPackageInfo(packageName, [info])",
"getPackages": "getPackages()",
"getPath": "getPath(roomID from, roomID to)",
"getPlayerRoom": "getPlayerRoom()",
Expand Down Expand Up @@ -327,7 +329,7 @@
"saveMap": "saveMap([location], [version])",
"saveProfile": "saveProfile(location)",
"saveWindowLayout": "saveWindowLayout()",
"searchAreaUserData": "searchRoom (room name / room number)",
"searchAreaUserData": "searchRoom (room number | room name[, case-sensitive [, exact-match]])",
"searchRoomUserData": "searchRoomUserData(key, value)",
"selectCaptureGroup": "selectCaptureGroup(groupNumber)",
"selectCurrentLine": "selectCurrentLine([windowName])",
Expand Down Expand Up @@ -409,8 +411,10 @@
"setMapZoom": "setMapZoom(zoom)",
"setMergeTables": "setMergeTables(module)",
"setMiniConsoleFontSize": "setMiniConsoleFontSize(name, fontSize)",
"setModuleInfo": "setModuleInfo(moduleName, info, value)",
"setModulePriority": "setModulePriority(moduleName, priority)",
"setOverline": "setOverline([windowName], boolean)",
"setPackageInfo": "setPackageInfo(packageName, info, value)",
"setPopup": "setPopup([windowName], {lua code}, {hints})",
"setProfileIcon": "setProfileIcon(iconPath)",
"setProfileStyleSheet": "setProfileStyleSheet(stylesheet)",
Expand Down

0 comments on commit 0dc25eb

Please sign in to comment.