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