Show raw api
{
"functions": [
{
"name": "getPlayerOccupants",
"desc": "Gets seat player occupants for all seats",
"params": [
{
"name": "seats",
"desc": "",
"lua_type": "{ Seat }"
}
],
"returns": [
{
"desc": "",
"lua_type": "{ Player }"
}
],
"function_type": "static",
"source": {
"line": 18,
"path": "src/seatutils/src/Shared/SeatUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "SeatUtils",
"desc": "",
"source": {
"line": 5,
"path": "src/seatutils/src/Shared/SeatUtils.lua"
}
}