Skip to content

Commit

Permalink
(autocommit) Updated autocompletion data (Mudlet#5366)
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 5c0fd48 commit 7bbc1a0
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 @@ -333,7 +333,6 @@
"searchAreaUserData": "searchRoom (room number | room name[, case-sensitive [, exact-match]])",
"searchRoomUserData": "searchRoomUserData(key, value)",
"selectCaptureGroup": "selectCaptureGroup(groupNumber)",
"selectCmdLineText": "selectCmdLineText()",
"selectCurrentLine": "selectCurrentLine([windowName])",
"selectSection": "selectSection( [windowName], fromPosition, length )",
"selectString": "selectString( [windowName], text, number_of_match )",
Expand Down Expand Up @@ -420,6 +419,7 @@
"setReverse": "setReverse([windowName], boolean)",
"setRoomArea": "setRoomArea(roomID, newAreaID or newAreaName)",
"setRoomChar": "setRoomChar(roomID, character)",
"setRoomCharColor": "setRoomCharColor(roomId, r, g, b)",
"setRoomCoordinates": "setRoomCoordinates(roomID, x, y, z)",
"setRoomEnv": "setRoomEnv(roomID, newEnvID)",
"setRoomIDbyHash": "setRoomIDbyHash(roomID, hash)",
Expand Down Expand Up @@ -495,6 +495,7 @@
"unHighlightRoom": "unHighlightRoom(roomID)",
"uninstallModule": "uninstallModule(name)",
"uninstallPackage": "uninstallPackage(name)",
"unsetRoomCharColor": "unsetRoomCharColor(roomId)",
"unzipAsync": "unzipAsync(path, location)",
"updateMap": "updateMap()",
"usingMudletsDiscordID": "usingMudletsDiscordID()",
Expand Down

0 comments on commit 7bbc1a0

Please sign in to comment.