Skip to main content

DeathReportProcessor

Handles shared observable subscription tables for the client and server

Functions

ObservePlayerKillerReports

DeathReportProcessor:ObservePlayerKillerReports(playerPlayer) → Observable<DeathReport>

Observes killer reports for the given player

ObservePlayerDeathReports

DeathReportProcessor:ObservePlayerDeathReports(playerPlayer) → Observable<DeathReport>

Observes death reports for the given player

ObserveHumanoidDeathReports

DeathReportProcessor:ObserveHumanoidDeathReports(humanoidHumanoid) → Observable<DeathReport>

Observes death reports for the given humanoid

ObserveHumanoidKillerReports

DeathReportProcessor:ObserveHumanoidKillerReports(humanoidHumanoid) → Observable<DeathReport>

Observes killer reports for the given humanoid

ObserveCharacterKillerReports

DeathReportProcessor:ObserveCharacterKillerReports(characterModel) → Observable<DeathReport>

Observes killer reports for the given character

ObserveCharacterDeathReports

DeathReportProcessor:ObserveCharacterDeathReports(characterModel) → Observable<DeathReport>

Observes killer reports for the given character

HandleDeathReport

DeathReportProcessor:HandleDeathReport(deathReportDeathReport) → ()

Handles the death report

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"
    }
}