Show raw api
{
"functions": [
{
"name": "observeOccupantBrio",
"desc": "Defines occupant as the humanoid attached to the seat.",
"params": [
{
"name": "seat",
"desc": "",
"lua_type": "Seat | VehicleSeat"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<Brio<Humanoid>>"
}
],
"function_type": "static",
"source": {
"line": 21,
"path": "src/seatutils/src/Shared/RxSeatUtils.lua"
}
},
{
"name": "observeOccupant",
"desc": "Defines occupant as the humanoid attached to the seat.",
"params": [
{
"name": "seat",
"desc": "",
"lua_type": "Seat | VehicleSeat"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<Humanoid | nil>"
}
],
"function_type": "static",
"source": {
"line": 62,
"path": "src/seatutils/src/Shared/RxSeatUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "RxSeatUtils",
"desc": "Rx extension for seats specifically",
"source": {
"line": 5,
"path": "src/seatutils/src/Shared/RxSeatUtils.lua"
}
}