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