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

Method getServerMode

source/network/ODServer.h:74–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 virtual ~ODServer();
73
74 inline ServerMode getServerMode() const
75 { return mServerMode; }
76
77 bool startServer(const std::string& creator, const std::string& levelFilename, ServerMode mode, bool useMasterServer);
78 void stopServer();

Callers 1

isInEditorModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected