Skip to content

Commit

Permalink
Update autocomplete list for 3.17 (Mudlet#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kebap authored and SlySven committed Feb 3, 2019
1 parent 91f4a53 commit a43f7aa
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions src/lua-function-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"denyCurrentSend": "denyCurrentSend()",
"deselect": "deselect([window name])",
"disableAlias": "disableAlias(name)",
"disableClickthrough": "disableClickthrough(label)",
"disableKey": "disableKey(name)",
"disableScrollBar": "disableScrollBar(windowName)",
"disableTimer": "disableTimer(name)",
Expand All @@ -63,6 +64,7 @@
"echoPopup": "echoPopup([windowName], text, {commands}, {hints}, [useCurrentFormatElseDefault])",
"echoUserWindow": "echoUserWindow(windowName)",
"enableAlias": "enableAlias(name)",
"enableClickthrough": "enableClickthrough(label)",
"enableKey": "enableKey(name)",
"enableScrollBar": "enableScrollBar(windowName)",
"enableTimer": "enableTimer(name)",
Expand Down Expand Up @@ -106,12 +108,13 @@
"getLastLineNumber": "line = getLastLineNumber(windowName)",
"getLineCount": "amount = getLineCount()",
"getLineNumber": "line = getLineNumber([windowName])",
"getLines": "contents = getLines(from_line_number, to_line_number)",
"getLines": "contents = getLines(windowName, from_line_number, to_line_number)",
"getMainConsoleWidth": "width = getMainConsoleWidth()",
"getMainWindowSize": "width, height = getMainWindowSize()",
"getMapEvents": "mapevents = getMapEvents()",
"getMapLabel": "labelinfo = getMapLabels(areaID, labelID)",
"getMapLabels": "arealabels = getMapLabels(areaID)",
"getMapSelection": "getMapSelection()",
"getMapUserData": "getMapUserData( key )",
"getModulePath": "path = getModulePath(module name)",
"getModulePriority": "priority = getModulePriority(module name)",
Expand All @@ -129,7 +132,7 @@
"getRoomCoordinates": "x, y, z = getRoomCoordinates(room ID)",
"getRoomEnv": "envID = getRoomEnv(roomID)",
"getRoomExits": "getRoomExits (roomID)",
"getRoomHashByID": "roomHash = getRoomHashByID(hash)",
"getRoomHashByID": "roomHash = getRoomHashByID(roomID)",
"getRoomIDbyHash": "roomID = getRoomIDbyHash(hash)",
"getRoomName": "roomName = getRoomName(roomID)",
"getRooms": "rooms = getRooms()",
Expand All @@ -138,6 +141,7 @@
"getRoomUserDataKeys": "getRoomUserDataKeys(roomID)",
"getRoomWeight": "room weight = getRoomWeight(roomID)",
"getRowCount": "rows = getRowCount([windowName])",
"getSelection": "text, start, length = getSelection([windowName])",
"getServerEncoding": "getServerEncoding()",
"getServerEncodingsList": "getServerEncodingsList()",
"getSpecialExits": "exits = getSpecialExits(roomID)",
Expand Down Expand Up @@ -178,7 +182,9 @@
"lockSpecialExit": "lockSpecialExit (from roomID, to roomID, special exit command, lockIfTrue)",
"lowerWindow": "lowerWindow(labelName)",
"moveCursor": "moveCursor([windowName], x, y)",
"moveCursorDown": "moveCursorDown(windowName, lines, keepHorizontal)",
"moveCursorEnd": "moveCursorEnd(windowName)",
"moveCursorUp": "moveCursorUp(windowName, lines, keepHorizontal)",
"moveGauge": "moveGauge(gaugeName, newX, newY)",
"moveWindow": "moveWindow(name, x, y)",
"mudletOlderThan": "mudletOlderThan(major, [minor], [patch])",
Expand All @@ -194,7 +200,7 @@
"permSubstringTrigger": "permSubstringTrigger( name, parent, pattern table, lua code )",
"permTimer": "permTimer(name, parent, seconds, lua code)",
"playSoundFile": "playSoundFile(fileName, volume)",
"prefix": "prefix(text)",
"prefix": "prefix(text, [writingFunction], [foregroundColor], [backgroundColor], [windowName])",
"print": "print(text, some more text, ...)",
"printCmdLine": "printCmdLine(text)",
"raiseEvent": "raiseEvent(event_name, arg-1, … arg-n)",
Expand All @@ -203,6 +209,7 @@
"reconnect": "reconnect()",
"registerAnonymousEventHandler": "id = registerAnonymousEventHandler(event name, function[, one shot])",
"reloadModule": "reloadModule(module name)",
"removeCustomLine": "removeCustomLine(roomID, direction)",
"removeMapEvent": "removeMapEvent (event name)",
"removeSpecialExit": "removeSpecialExit(roomID, command)",
"replace": "replace([windowName], with, [keepcolor])",
Expand All @@ -216,7 +223,7 @@
"restartIrc": "restartIrc()",
"roomExists": "roomExists(roomID)",
"roomLocked": "locked = roomLocked(roomID)",
"saveMap": "saveMap(location)",
"saveMap": "saveMap([location], [version])",
"saveProfile": "saveProfile()",
"saveWindowLayout": "saveWindowLayout",
"searchAreaUserData": "searchRoom (room name / room number)",
Expand Down Expand Up @@ -278,9 +285,11 @@
"setMapUserData": "setMapUserData(key (as a string), value (as a string))",
"setMapZoom": "setMapZoom(zoom)",
"setMergeTables": "setMergeTables(module)",
"setMiniConsoleFontSize": "setTextFormat(windowName, r1, g1, b1, r2, g2, b2, bold, underline, italics[, strikeout])",
"setMiniConsoleFontSize": "setMiniConsoleFontSize(name, fontSize)",
"setOverline": "setOverline([windowName], boolean)",
"setModulePriority": "setModulePriority(moduleName, priority)",
"setPopup": "setPopup(windowName, {lua code}, {hints})",
"setReverse": "setReverse([windowName], boolean)",
"setRoomArea": "setRoomArea(roomID, newAreaID or newAreaName)",
"setRoomChar": "setRoomChar(roomID, character)",
"setRoomCoordinates": "setRoomCoordinates(roomID, x, y, z)",
Expand All @@ -291,12 +300,13 @@
"setRoomWeight": "setRoomWeight(roomID, weight)",
"setServerEncoding": "setServerEncoding(encoding)",
"setStrikeOut": "setStrikeOut([windowName], boolean)",
"setTextFormat": "setTextFormat(windowName, r1, g1, b1, r2, g2, b2, bold, underline, italics[, strikeout])",
"setTriggerStayOpen": "setTriggerStayOpen(name, number)",
"setUnderline": "setUnderline(windowName, bool)",
"setWindowWrap": "setWindowWrap(windowName, wrapAt)",
"shms": "shms( seconds, bool )",
"showCaptureGroups": "showCaptureGroups()",
"showColors": "showColors([columns], [filterColor])",
"showColors": "showColors([columns], [filterColor], [sort])",
"showMultimatches": "showMultimatches()",
"showToolBar": "showToolBar(name)",
"showWindow": "showWindow(name)",
Expand All @@ -306,13 +316,14 @@
"startStopWatch": "startStopWatch( watchID )",
"stopSounds": "stopSounds()",
"stopStopWatch": "stopStopWatch( watchID )",
"suffix": "suffix(text)",
"suffix": "suffix(text, [writingFunction], [foregroundColor], [backgroundColor], [windowName])",
"tempAlias": "aliasID = tempAlias(regex, code to do)",
"tempAnsiColorTrigger": "tempAnsiColorTrigger(foregroundColor, backgroundColor, code, expireAfter)",
"tempBeginOfLineTrigger": "tempBeginOfLineTrigger(part of line, code, expireAfter)",
"tempButton": "tempButton(toolbar name, button text, orientation)",
"tempButtonToolbar": "tempButtonToolbar(name, location, orientation)",
"tempColorTrigger": "tempColorTrigger(foregroundColor, backgroundColor, code, expireAfter)",
"tempComplexRegexTrigger": "tempComplexRegexTrigger(name, regex, code, multiline, foreground color, bg color, filter, match all, highlight foreground color, highlight background color, play sound file, fire length, line delta, expireAfter)",
"tempComplexRegexTrigger": "tempComplexRegexTrigger(name, regex, code, multiline, fg color, bg color, filter, match all, highlight fg color, highlight bg color, play sound file, fire length, line delta, expireAfter)",
"tempExactMatchTrigger": "tempExactMatchTrigger(exact line, code, expireAfter)",
"tempKey": "tempKey([modifier], key code, lua code)",
"tempLineTrigger": "tempLineTrigger(from, howMany, code, expireAfter)",
Expand Down

0 comments on commit a43f7aa

Please sign in to comment.