Show / Hide Table of Contents

Class GameMapPoolPrototype

Prototype that holds a pool of maps that can be indexed based on the map pool CCVar.

Inheritance
System.Object
GameMapPoolPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Server.Maps
Assembly: Content.Server.dll
Syntax
public sealed class GameMapPoolPrototype : object, IPrototype

Fields

| Improve this Doc View Source

Maps

Which maps are in this pool.

Declaration
public HashSet<string> Maps
Field Value
Type Description
HashSet<System.String>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾