Map cycle read only manager
Type: Reference type
| Declaration | Description |
|---|---|
| array<string>@ GetMapCycle() const | Gets the map cycle as an array of strings. |
| size_t Count() const | Returns the number of maps in the map cycle. |
| string GetNextMap() const | Gets the next map in the cycle. |
| string GetNextMap(const string& in szMapName) const | Gets the next map in the cycle after the given one. |