Show / Hide Table of Contents

Class TraitorRuleComponent

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

Fields

| Improve this Doc View Source

AnnounceAt

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

Codewords

Declaration
public string[] Codewords
Field Value
Type Description
System.String[]
| Improve this Doc View Source

GreetSoundNotification

Path to antagonist alert sound.

Declaration
public SoundSpecifier GreetSoundNotification
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

SelectionStatus

Declaration
public TraitorRuleComponent.SelectionState SelectionStatus
Field Value
Type Description
TraitorRuleComponent.SelectionState
| Improve this Doc View Source

StartCandidates

Declaration
public Dictionary<IPlayerSession, HumanoidCharacterProfile> StartCandidates
Field Value
Type Description
Dictionary<Robust.Server.Player.IPlayerSession, HumanoidCharacterProfile>
| Improve this Doc View Source

TraitorMinds

Declaration
public readonly List<EntityUid> TraitorMinds
Field Value
Type Description
List<EntityUid>
| Improve this Doc View Source

TraitorPrototypeId

Declaration
public string TraitorPrototypeId
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

TotalTraitors

Declaration
public int TotalTraitors { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾