Show / Hide Table of Contents

Class MaxTimeRestartRuleComponent

Configures the InactivityTimeRestartRuleSystem game rule.

Inheritance
System.Object
MaxTimeRestartRuleComponent
Namespace: Content.Server.GameTicking.Rules.Components
Assembly: Content.Server.dll
Syntax
public sealed class MaxTimeRestartRuleComponent : Component

Fields

| Improve this Doc View Source

RoundEndDelay

The amount of time between the round completing and the lobby appearing.

Declaration
public TimeSpan RoundEndDelay
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

RoundMaxTime

The max amount of time the round can last

Declaration
public TimeSpan RoundMaxTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

TimerCancel

Declaration
public CancellationTokenSource TimerCancel
Field Value
Type Description
CancellationTokenSource
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾