Show / Hide Table of Contents

Class UseDelaySystem

Inheritance
System.Object
UseDelaySystem
Namespace: Content.Shared.Timing
Assembly: Content.Shared.dll
Syntax
public sealed class UseDelaySystem : EntitySystem

Methods

| Improve this Doc View Source

ActiveDelay(EntityUid, UseDelayComponent)

Declaration
public bool ActiveDelay(EntityUid uid, UseDelayComponent component = null)
Parameters
Type Name Description
EntityUid uid
UseDelayComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDelay(EntityUid, UseDelayComponent)

Declaration
public void BeginDelay(EntityUid uid, UseDelayComponent component = null)
Parameters
Type Name Description
EntityUid uid
UseDelayComponent component
| Improve this Doc View Source

Cancel(UseDelayComponent)

Declaration
public void Cancel(UseDelayComponent component)
Parameters
Type Name Description
UseDelayComponent component
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾