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

Method ConUserCommandStatus

src/engine/shared/console.cpp:821–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void CConsole::ConUserCommandStatus(IResult *pResult, void *pUser)
822{
823 CConsole *pConsole = static_cast<CConsole *>(pUser);
824 pConsole->PrintCommandList(EAccessLevel::USER, CMDFLAG_PRACTICE);
825}
826
827void CConsole::TraverseChain(FCommandCallback *ppfnCallback, void **ppUserData)
828{

Callers

nothing calls this directly

Calls 1

PrintCommandListMethod · 0.80

Tested by

no test coverage detected