MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / commandExists

Method commandExists

radiantcore/commandsystem/CommandSystem.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool CommandSystem::commandExists(const std::string& name)
213{
214 return _commands.find(name) != _commands.end();
215}
216
217void CommandSystem::removeCommand(const std::string& name)
218{

Callers 2

EventManager.cppFile · 0.80
TEST_FFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected