Class PowerGridCheckRule
Inheritance
System.Object
PowerGridCheckRule
Namespace: Content.Server.StationEvents.Events
Assembly: Content.Server.dll
Syntax
public sealed class PowerGridCheckRule : StationEventSystem<PowerGridCheckRuleComponent>
Methods
| Improve this Doc View SourceActiveTick(EntityUid, PowerGridCheckRuleComponent, GameRuleComponent, Single)
Declaration
protected override void ActiveTick(EntityUid uid, PowerGridCheckRuleComponent component, GameRuleComponent gameRule, float frameTime)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
PowerGridCheckRuleComponent | component | |
GameRuleComponent | gameRule | |
System.Single | frameTime |
Overrides
Content.Server.GameTicking.Rules.GameRuleSystem<Content.Server.StationEvents.Components.PowerGridCheckRuleComponent>.ActiveTick(EntityUid, Content.Server.StationEvents.Components.PowerGridCheckRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, System.Single)
|
Improve this Doc
View Source
Ended(EntityUid, PowerGridCheckRuleComponent, GameRuleComponent, GameRuleEndedEvent)
Declaration
protected override void Ended(EntityUid uid, PowerGridCheckRuleComponent component, GameRuleComponent gameRule, GameRuleEndedEvent args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
PowerGridCheckRuleComponent | component | |
GameRuleComponent | gameRule | |
Content.Server.GameTicking.Rules.Components.GameRuleEndedEvent | args |
Overrides
Content.Server.StationEvents.Events.StationEventSystem<Content.Server.StationEvents.Components.PowerGridCheckRuleComponent>.Ended(EntityUid, Content.Server.StationEvents.Components.PowerGridCheckRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleEndedEvent)
|
Improve this Doc
View Source
Started(EntityUid, PowerGridCheckRuleComponent, GameRuleComponent, GameRuleStartedEvent)
Declaration
protected override void Started(EntityUid uid, PowerGridCheckRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
PowerGridCheckRuleComponent | component | |
GameRuleComponent | gameRule | |
Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent | args |
Overrides
Content.Server.StationEvents.Events.StationEventSystem<Content.Server.StationEvents.Components.PowerGridCheckRuleComponent>.Started(EntityUid, Content.Server.StationEvents.Components.PowerGridCheckRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleStartedEvent)