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

Method ConToggleRemoteConsole

src/game/client/components/console.cpp:1669–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669void CGameConsole::ConToggleRemoteConsole(IConsole::IResult *pResult, void *pUserData)
1670{
1671 ((CGameConsole *)pUserData)->Toggle(CONSOLETYPE_REMOTE);
1672}
1673
1674void CGameConsole::ConClearLocalConsole(IConsole::IResult *pResult, void *pUserData)
1675{

Callers

nothing calls this directly

Calls 1

ToggleMethod · 0.45

Tested by

no test coverage detected