Class InactivityTimeRestartRuleSystem
Inheritance
System.Object
InactivityTimeRestartRuleSystem
Assembly: Content.Server.dll
Syntax
public sealed class InactivityTimeRestartRuleSystem : GameRuleSystem<InactivityRuleComponent>
Methods
|
Improve this Doc
View Source
Ended(EntityUid, InactivityRuleComponent, GameRuleComponent, GameRuleEndedEvent)
Declaration
protected override void Ended(EntityUid uid, InactivityRuleComponent component, GameRuleComponent gameRule, GameRuleEndedEvent args)
Parameters
Overrides
Content.Server.GameTicking.Rules.GameRuleSystem<Content.Server.GameTicking.Rules.Components.InactivityRuleComponent>.Ended(EntityUid, Content.Server.GameTicking.Rules.Components.InactivityRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleComponent, Content.Server.GameTicking.Rules.Components.GameRuleEndedEvent)
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
Content.Server.GameTicking.Rules.GameRuleSystem<Content.Server.GameTicking.Rules.Components.InactivityRuleComponent>.Initialize()
|
Improve this Doc
View Source
RestartTimer(EntityUid, InactivityRuleComponent)
Declaration
public void RestartTimer(EntityUid uid, InactivityRuleComponent component = null)
Parameters
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
StopTimer(EntityUid, InactivityRuleComponent)
Declaration
public void StopTimer(EntityUid uid, InactivityRuleComponent component = null)
Parameters