Show raw api
{
"functions": [
{
"name": "ObservePlayerKillerReports",
"desc": "Observes killer reports for the given player",
"params": [
{
"name": "player",
"desc": "",
"lua_type": "Player"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 46,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "ObservePlayerDeathReports",
"desc": "Observes death reports for the given player",
"params": [
{
"name": "player",
"desc": "",
"lua_type": "Player"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 58,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "ObserveHumanoidDeathReports",
"desc": "Observes death reports for the given humanoid",
"params": [
{
"name": "humanoid",
"desc": "",
"lua_type": "Humanoid"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 70,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "ObserveHumanoidKillerReports",
"desc": "Observes killer reports for the given humanoid",
"params": [
{
"name": "humanoid",
"desc": "",
"lua_type": "Humanoid"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 82,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "HandleDeathReport",
"desc": "Handles the death report",
"params": [
{
"name": "deathReport",
"desc": "",
"lua_type": "DeathReport"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 93,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
}
],
"properties": [],
"types": [],
"name": "DeathReportProcessor",
"desc": "",
"source": {
"line": 4,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
}