Class SandboxRuleSystem
Namespace: Content.Server.GameTicking.Rules
Assembly: Content.Server.dll
Syntax
public sealed class SandboxRuleSystem : GameRuleSystem<SandboxRuleComponent>
Methods
| Improve this Doc View SourceEnded(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)