Class AdminSystem
Inheritance
System.Object
AdminSystem
Assembly: Content.Server.dll
Syntax
public sealed class AdminSystem : EntitySystem
Properties
|
Improve this Doc
View Source
RoundActivePlayers
Set of players that have participated in this round.
Declaration
public IReadOnlySet<NetUserId> RoundActivePlayers { get; }
Property Value
Type |
Description |
IReadOnlySet<Robust.Shared.Network.NetUserId> |
|
Methods
|
Improve this Doc
View Source
GetCachedPlayerInfo(Nullable<NetUserId>)
Declaration
public PlayerInfo? GetCachedPlayerInfo(NetUserId? netUserId)
Parameters
Type |
Name |
Description |
System.Nullable<Robust.Shared.Network.NetUserId> |
netUserId |
|
Returns
Type |
Description |
System.Nullable<PlayerInfo> |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
UpdatePlayerList(IPlayerSession)
Declaration
public void UpdatePlayerList(IPlayerSession player)
Parameters
Type |
Name |
Description |
Robust.Server.Player.IPlayerSession |
player |
|