Class BluespaceArtifactRule
Inheritance
System.Object
BluespaceArtifactRule
Namespace: Content.Server.StationEvents.Events
Assembly: Content.Server.dll
Syntax
public sealed class BluespaceArtifactRule : StationEventSystem<BluespaceArtifactRuleComponent>
Methods
| Improve this Doc View SourceAdded(EntityUid, BluespaceArtifactRuleComponent, GameRuleComponent, GameRuleAddedEvent)
Declaration
protected override void Added(EntityUid uid, BluespaceArtifactRuleComponent component, GameRuleComponent gameRule, GameRuleAddedEvent args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
BluespaceArtifactRuleComponent | component | |
GameRuleComponent | gameRule | |
Content.Server.GameTicking.Rules.Components.GameRuleAddedEvent | args |
Overrides
Content.Server.StationEvents.Events.StationEventSystem<Content.Server.StationEvents.Components.BluespaceArtifactRuleComponent>.Added(EntityUid, Content.Server.StationEvents.Components.BluespaceArtifactRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleAddedEvent)
|
Improve this Doc
View Source
Started(EntityUid, BluespaceArtifactRuleComponent, GameRuleComponent, GameRuleStartedEvent)
Declaration
protected override void Started(EntityUid uid, BluespaceArtifactRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
BluespaceArtifactRuleComponent | component | |
GameRuleComponent | gameRule | |
Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent | args |
Overrides
Content.Server.StationEvents.Events.StationEventSystem<Content.Server.StationEvents.Components.BluespaceArtifactRuleComponent>.Started(EntityUid, Content.Server.StationEvents.Components.BluespaceArtifactRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent)