Skip to main content

Dictionary

This item is only intended to be used by the module's authors. Private

Functions

load

Dictionary.load(dictionaryPronunciationDictionary) → ()

loadFolder

Dictionary.loadFolder(dictionaryFolderFolder) → ()

getPronunciation

Dictionary.getPronunciation(
languagestring,
wordstring
) → pronunciation
Show raw api
{
    "functions": [
        {
            "name": "load",
            "desc": "",
            "params": [
                {
                    "name": "dictionary",
                    "desc": "",
                    "lua_type": "PronunciationDictionary"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 16,
                "path": "src/Functions/Dictionary.luau"
            }
        },
        {
            "name": "loadFolder",
            "desc": "",
            "params": [
                {
                    "name": "dictionaryFolder",
                    "desc": "",
                    "lua_type": "Folder"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 25,
                "path": "src/Functions/Dictionary.luau"
            }
        },
        {
            "name": "getPronunciation",
            "desc": "",
            "params": [
                {
                    "name": "language",
                    "desc": "",
                    "lua_type": "string"
                },
                {
                    "name": "word",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "pronunciation"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 50,
                "path": "src/Functions/Dictionary.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Dictionary",
    "desc": "",
    "private": true,
    "source": {
        "line": 6,
        "path": "src/Functions/Dictionary.luau"
    }
}