IRpgBossApi
Interface
Members
3
EndAsync
method
Ends (despawns) the broadcaster's active community boss, forfeiting rewards. Completes regardless of outcome; never throws.ValueTask EndAsync(CancellationToken cancellationToken = default)GetActiveAsync
method
The broadcaster's currently-active community boss, or null when none is fighting or on failure.ValueTask<RpgActiveBossInfo> GetActiveAsync(CancellationToken cancellationToken = default)StartAsync
method
Starts (spawns) the named community boss for the broadcaster, or null when one is already active, the slug is unknown, or on failure.ValueTask<RpgActiveBossInfo> StartAsync(string slug, CancellationToken cancellationToken = default)
