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 SourceMaps
Which maps are in this pool.
Declaration
public HashSet<string> Maps
Field Value
Type | Description |
---|---|
HashSet<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype