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 SourceGhostRolesEntry(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 SourceOnRoleFollow
Declaration
public event Action<GhostRoleInfo>? OnRoleFollow
Event Type
Type | Description |
---|---|
System.Nullable<Action<GhostRoleInfo>> |
OnRoleSelected
Declaration
public event Action<GhostRoleInfo>? OnRoleSelected
Event Type
Type | Description |
---|---|
System.Nullable<Action<GhostRoleInfo>> |