Class CharacterInfoSystem
Inheritance
System.Object
CharacterInfoSystem
Assembly: Content.Client.dll
Syntax
public sealed class CharacterInfoSystem : EntitySystem
Fields
|
Improve this Doc
View Source
Controls
Declaration
public readonly List<Control> Controls
Field Value
| Type |
Description |
| List<Robust.Client.UserInterface.Control> |
|
|
Improve this Doc
View Source
Entity
Declaration
public readonly EntityUid Entity
Field Value
| Type |
Description |
| EntityUid |
|
Methods
|
Improve this Doc
View Source
GetCharacterInfoControls(EntityUid)
Declaration
public List<Control> GetCharacterInfoControls(EntityUid uid)
Parameters
| Type |
Name |
Description |
| EntityUid |
uid |
|
Returns
| Type |
Description |
| List<Robust.Client.UserInterface.Control> |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
RequestCharacterInfo()
Declaration
public void RequestCharacterInfo()
Events
|
Improve this Doc
View Source
OnCharacterDetached
Declaration
public event Action? OnCharacterDetached
Event Type
| Type |
Description |
| System.Nullable<Action> |
|
|
Improve this Doc
View Source
OnCharacterUpdate
Declaration
public event Action<CharacterInfoSystem.CharacterData>? OnCharacterUpdate
Event Type
| Type |
Description |
| System.Nullable<Action<Content.Client.CharacterInfo.CharacterInfoSystem.CharacterData>> |
|