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

Function cSrvUnlockSkills

source/modes/ConsoleCommands.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447Command::Result cSrvUnlockSkills(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap)
448{
449 gameMap.consoleAskUnlockSkills();
450 return Command::Result::SUCCESS;
451}
452
453Command::Result cKeys(const Command::ArgumentList_t&, ConsoleInterface& c, AbstractModeManager&)
454{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected