Class SignalTimerBoundUserInterface
Inheritance
System.Object
SignalTimerBoundUserInterface
Assembly: Content.Client.dll
Syntax
public sealed class SignalTimerBoundUserInterface : BoundUserInterface
Constructors
|
Improve this Doc
View Source
SignalTimerBoundUserInterface(EntityUid, Enum)
Declaration
public SignalTimerBoundUserInterface(EntityUid owner, Enum uiKey)
Parameters
| Type |
Name |
Description |
| EntityUid |
owner |
|
| Enum |
uiKey |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
|
Improve this Doc
View Source
GetCurrentTime()
Declaration
public TimeSpan GetCurrentTime()
Returns
| Type |
Description |
| TimeSpan |
|
|
Improve this Doc
View Source
OnStartTimer()
Declaration
public void OnStartTimer()
|
Improve this Doc
View Source
Open()
Declaration
protected override void Open()
|
Improve this Doc
View Source
UpdateState(BoundUserInterfaceState)
Update the UI state based on server-sent info
Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
| Type |
Name |
Description |
| BoundUserInterfaceState |
state |
|