Show / Hide Table of Contents

Class AdminTestArenaSystem

This handles the administrative test arena maps, and loading them.

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

Fields

| Improve this Doc View Source

ArenaMapPath

Declaration
public const string ArenaMapPath = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ArenaGrid

Declaration
public Dictionary<NetUserId, EntityUid?> ArenaGrid { get; }
Property Value
Type Description
Dictionary<Robust.Shared.Network.NetUserId, System.Nullable<EntityUid>>
| Improve this Doc View Source

ArenaMap

Declaration
public Dictionary<NetUserId, EntityUid> ArenaMap { get; }
Property Value
Type Description
Dictionary<Robust.Shared.Network.NetUserId, EntityUid>

Methods

| Improve this Doc View Source

AssertArenaLoaded(IPlayerSession)

Declaration
public (EntityUid Map, EntityUid? Grid) AssertArenaLoaded(IPlayerSession admin)
Parameters
Type Name Description
Robust.Server.Player.IPlayerSession admin
Returns
Type Description
System.ValueTuple<EntityUid, System.Nullable<EntityUid>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾