MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getBaseSpawnPoint

Method getBaseSpawnPoint

source/utils/ConfigManager.h:132–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 { return mClientConnectionTimeout; }
131
132 inline uint32_t getBaseSpawnPoint() const
133 { return mBaseSpawnPoint; }
134
135 inline int32_t getNbTurnsFuriousMax() const
136 { return mNbTurnsFuriousMax; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected