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

Method serverStr

source/gamemap/GameMap.cpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::string GameMap::serverStr()
176{
177 if (mIsServerGameMap)
178 return std::string("SERVER - ");
179
180 return std::string("CLIENT (" + getLocalPlayerNick() + ") - ");
181}
182
183bool GameMap::isInEditorMode() const
184{

Callers 10

absorbRoomMethod · 0.80
~TileMethod · 0.80
addEntityMethod · 0.80
removeEntityMethod · 0.80
claimTileMethod · 0.80
unclaimTileMethod · 0.80
addTreasuryObjectMethod · 0.80
removeCoveredTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected