Show / Hide Table of Contents

Class GhostRolesEntry

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
GhostRolesEntry
Namespace: Content.Client.UserInterface.Systems.Ghost.Controls.Roles
Assembly: Content.Client.dll
Syntax
public sealed class GhostRolesEntry : BoxContainer

Constructors

| Improve this Doc View Source

GhostRolesEntry(String, String, Boolean, FormattedMessage, IEnumerable<GhostRoleInfo>, SpriteSystem)

Declaration
public GhostRolesEntry(string name, string description, bool hasAccess, FormattedMessage reason, IEnumerable<GhostRoleInfo> roles, SpriteSystem spriteSystem)
Parameters
Type Name Description
System.String name
System.String description
System.Boolean hasAccess
Robust.Shared.Utility.FormattedMessage reason
IEnumerable<GhostRoleInfo> roles
Robust.Client.GameObjects.SpriteSystem spriteSystem

Events

| Improve this Doc View Source

OnRoleFollow

Declaration
public event Action<GhostRoleInfo>? OnRoleFollow
Event Type
Type Description
System.Nullable<Action<GhostRoleInfo>>
| Improve this Doc View Source

OnRoleSelected

Declaration
public event Action<GhostRoleInfo>? OnRoleSelected
Event Type
Type Description
System.Nullable<Action<GhostRoleInfo>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾