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"
}
}