Show raw api
{
"functions": [
{
"name": "Init",
"desc": "Initializes the ragdoll service on the server. Should be done via [ServiceBag].",
"params": [
{
"name": "serviceBag",
"desc": "",
"lua_type": "ServiceBag"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 15,
"path": "src/ragdoll/src/Server/RagdollService.lua"
}
},
{
"name": "SetRagdollOnFall",
"desc": "Sets whether ragdolls should ragdoll on fall.",
"params": [
{
"name": "ragdollOnFall",
"desc": "",
"lua_type": "boolean"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 34,
"path": "src/ragdoll/src/Server/RagdollService.lua"
}
},
{
"name": "SetRagdollOnDeath",
"desc": "Sets whether ragdolls should unragdoll automatically.",
"params": [
{
"name": "ragdollOnDeath",
"desc": "",
"lua_type": "boolean"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 45,
"path": "src/ragdoll/src/Server/RagdollService.lua"
}
},
{
"name": "SetUnragdollAutomatically",
"desc": "Sets whether ragdolls should unragdoll automatically.",
"params": [
{
"name": "unragdollAutomatically",
"desc": "",
"lua_type": "boolean"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 56,
"path": "src/ragdoll/src/Server/RagdollService.lua"
}
}
],
"properties": [],
"types": [],
"name": "RagdollService",
"desc": "",
"realm": [
"Server"
],
"source": {
"line": 5,
"path": "src/ragdoll/src/Server/RagdollService.lua"
}
}