Class UseDelaySystem
Inheritance
System.Object
UseDelaySystem
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
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BeginDelay(EntityUid, UseDelayComponent)
Declaration
public void BeginDelay(EntityUid uid, UseDelayComponent component = null)
Parameters
|
Improve this Doc
View Source
Cancel(UseDelayComponent)
Declaration
public void Cancel(UseDelayComponent component)
Parameters
|
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 |
|