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

Method executeServer

source/modes/Command.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Command::Result Command::executeServer(const ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap)
33{
34 return mCommandServer(args, c, gameMap);
35}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected