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

Method ExecuteLine

src/engine/shared/config.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void SConfigVariable::ExecuteLine(const char *pLine) const
24{
25 m_pConsole->ExecuteLine(pLine, (m_Flags & CFGFLAG_GAME) != 0 ? IConsole::CLIENT_ID_GAME : IConsole::CLIENT_ID_UNSPECIFIED);
26}
27
28bool SConfigVariable::CheckReadOnly() const
29{

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected