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

Method ExecuteLineFlag

src/engine/shared/console.cpp:673–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673void CConsole::ExecuteLineFlag(const char *pStr, int FlagMask, int ClientId, bool InterpretSemicolons)
674{
675 int Temp = m_FlagMask;
676 m_FlagMask = FlagMask;
677 ExecuteLine(pStr, ClientId, InterpretSemicolons);
678 m_FlagMask = Temp;
679}
680
681bool CConsole::ExecuteFile(const char *pFilename, int ClientId, bool LogFailure, int StorageType)
682{

Callers 3

UpdateMethod · 0.80
OnNetMsgRconCmdMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected