Show / Hide Table of Contents

Class AdminSystem

Inheritance
System.Object
AdminSystem
Namespace: Content.Client.Administration.Systems
Assembly: Content.Client.dll
Syntax
public sealed class AdminSystem : EntitySystem

Properties

| Improve this Doc View Source

PlayerList

Declaration
public IReadOnlyList<PlayerInfo> PlayerList { get; }
Property Value
Type Description
IReadOnlyList<PlayerInfo>

Methods

| Improve this Doc View Source

AdminOverlayOff()

Declaration
public void AdminOverlayOff()
| Improve this Doc View Source

AdminOverlayOn()

Declaration
public void AdminOverlayOn()
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()

Events

| Improve this Doc View Source

OverlayDisabled

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

OverlayEnabled

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

PlayerListChanged

Declaration
public event Action<List<PlayerInfo>>? PlayerListChanged
Event Type
Type Description
System.Nullable<Action<List<PlayerInfo>>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾