Show raw api
{
"functions": [
{
"name": "observeHumanoidRootPartBrio",
"desc": "Observes the last humanoid root part of a character",
"params": [
{
"name": "character",
"desc": "",
"lua_type": "Model"
}
],
"returns": [
{
"desc": "",
"lua_type": "Brio<BasePart>"
}
],
"function_type": "static",
"source": {
"line": 18,
"path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
}
},
{
"name": "observeHumanoidRootPartBrioFromHumanoid",
"desc": "Observes the last humanoid root part of a character",
"params": [
{
"name": "humanoid",
"desc": "",
"lua_type": "Humanoid"
}
],
"returns": [
{
"desc": "",
"lua_type": "Brio<BasePart>"
}
],
"function_type": "static",
"source": {
"line": 31,
"path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "RxRootPartUtils",
"desc": "",
"source": {
"line": 4,
"path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
}
}