MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / displayName

Method displayName

source/game/StarDungeonGenerator.cpp:1386–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386String DungeonDefinition::displayName() const {
1387 return m_displayName;
1388}
1389
1390bool DungeonDefinition::isProtected() const {
1391 return m_isProtected;

Callers 1

determineWorldNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected