Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
AdminMessagePopupWindow
Assembly: Content.Client.dll
public sealed class AdminMessagePopupWindow : FancyWindow
Constructors
|
Improve this Doc
View Source
Declaration
public AdminMessagePopupWindow()
Properties
|
Improve this Doc
View Source
Declaration
public float Timer { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
Type |
Name |
Description |
Robust.Shared.Timing.FrameEventArgs |
args |
|
Overrides
Robust.Client.UserInterface.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
|
Improve this Doc
View Source
Declaration
public void SetDetails(string adminName, DateTime addedOn)
Parameters
Type |
Name |
Description |
System.String |
adminName |
|
DateTime |
addedOn |
|
|
Improve this Doc
View Source
Declaration
public void SetMessage(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Events
|
Improve this Doc
View Source
Declaration
public event Action? OnAcceptPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public event Action? OnDismissPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
Extension Methods