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": 54,
"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": 66,
"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": 78,
"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": 90,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "ObserveCharacterKillerReports",
"desc": "Observes killer reports for the given character",
"params": [
{
"name": "character",
"desc": "",
"lua_type": "Model"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 102,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
},
{
"name": "ObserveCharacterDeathReports",
"desc": "Observes killer reports for the given character",
"params": [
{
"name": "character",
"desc": "",
"lua_type": "Model"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<DeathReport>"
}
],
"function_type": "method",
"source": {
"line": 114,
"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": 126,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
}
],
"properties": [],
"types": [],
"name": "DeathReportProcessor",
"desc": "Handles shared observable subscription tables for the client and server",
"source": {
"line": 6,
"path": "src/deathreport/src/Shared/DeathReportProcessor.lua"
}
}