Skip to main content

Voicepack

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

Functions

load

Voicepack.load(voicepackVoicepack) → ()

get

Voicepack.get(namestring) → Voicepack?

Returns a voicepack if name is the name or alias of a valid and loaded voicepack.

Show raw api
{
    "functions": [
        {
            "name": "load",
            "desc": "",
            "params": [
                {
                    "name": "voicepack",
                    "desc": "",
                    "lua_type": "Voicepack"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 15,
                "path": "src/Functions/Voicepack.luau"
            }
        },
        {
            "name": "get",
            "desc": "Returns a voicepack if `name` is the name or alias of a valid\nand loaded voicepack.",
            "params": [
                {
                    "name": "name",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Voicepack?"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 30,
                "path": "src/Functions/Voicepack.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Voicepack",
    "desc": "",
    "private": true,
    "source": {
        "line": 6,
        "path": "src/Functions/Voicepack.luau"
    }
}