Show / Hide Table of Contents

Class SandboxRuleSystem

Inheritance
System.Object
GameRuleSystem<SandboxRuleComponent>
SandboxRuleSystem
Namespace: Content.Server.GameTicking.Rules
Assembly: Content.Server.dll
Syntax
public sealed class SandboxRuleSystem : GameRuleSystem<SandboxRuleComponent>

Methods

| Improve this Doc View Source

Ended(EntityUid, SandboxRuleComponent, GameRuleComponent, GameRuleEndedEvent)

Declaration
protected override void Ended(EntityUid uid, SandboxRuleComponent component, GameRuleComponent gameRule, GameRuleEndedEvent args)
Parameters
Type Name Description
EntityUid uid
SandboxRuleComponent component
GameRuleComponent gameRule
Content.Server.GameTicking.Rules.Components.GameRuleEndedEvent args
Overrides
Content.Server.GameTicking.Rules.GameRuleSystem<Content.Server.GameTicking.Rules.Components.SandboxRuleComponent>.Ended(EntityUid, Content.Server.GameTicking.Rules.Components.SandboxRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleEndedEvent)
| Improve this Doc View Source

Started(EntityUid, SandboxRuleComponent, GameRuleComponent, GameRuleStartedEvent)

Declaration
protected override void Started(EntityUid uid, SandboxRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
Parameters
Type Name Description
EntityUid uid
SandboxRuleComponent component
GameRuleComponent gameRule
Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent args
Overrides
Content.Server.GameTicking.Rules.GameRuleSystem<Content.Server.GameTicking.Rules.Components.SandboxRuleComponent>.Started(EntityUid, Content.Server.GameTicking.Rules.Components.SandboxRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾