Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InraidController.prototype.isPlayerDead
import { InraidController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Is the player dead after a raid - dead is anything other than "survived" / "runner"

Parameters

statusOnExit: PlayerRaidEndState

exit value from offraidData object

Returns

boolean

true if dead