MCPcopy Create free account
hub / github.com/ddnet/ddnet / StoreUnknownCommand

Method StoreUnknownCommand

src/engine/shared/config.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void CConfigManager::StoreUnknownCommand(const char *pCommand)
455{
456 m_vpUnknownCommands.push_back(m_ConfigHeap.StoreString(pCommand));
457}
458
459void CConfigManager::PossibleConfigVariables(const char *pStr, int FlagMask, POSSIBLECFGFUNC pfnCallback, void *pUserData)
460{

Callers 1

Calls 1

StoreStringMethod · 0.80

Tested by

no test coverage detected