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

Method ConToggleLocalConsole

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

Source from the content-addressed store, hash-verified

1662}
1663
1664void CGameConsole::ConToggleLocalConsole(IConsole::IResult *pResult, void *pUserData)
1665{
1666 ((CGameConsole *)pUserData)->Toggle(CONSOLETYPE_LOCAL);
1667}
1668
1669void CGameConsole::ConToggleRemoteConsole(IConsole::IResult *pResult, void *pUserData)
1670{

Callers

nothing calls this directly

Calls 1

ToggleMethod · 0.45

Tested by

no test coverage detected