Skip to main content
Corvus Connection

PlayerDownedContext

Context
TheOmenDen.StreamPulse.Scripting.Contexts.PlayerDownedContextContext bound to an OnPlayerDownedAttribute handler. Carries a downed viewer: their Twitch user id and display name, how many seconds until they can fight again, and the Cause that downed them ("boss" or "encounter").

Members

5
  • BroadcasterId
    property
    string BroadcasterId
  • TwitchUserId
    property
    string TwitchUserId
  • DisplayName
    property
    string DisplayName
  • SecondsUntilFightable
    property
    int SecondsUntilFightable
  • Cause
    property
    string Cause