MCPcopy Create free account
hub / github.com/ZDoom/Raze / PrintAlias

Method PrintAlias

source/common/console/c_dispatch.cpp:699–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void FConsoleAlias::PrintAlias ()
700{
701 if (m_Command[0].IsNotEmpty())
702 {
703 Printf (TEXTCOLOR_YELLOW "%s : %s\n", m_Name.GetChars(), m_Command[0].GetChars());
704 }
705 if (m_Command[1].IsNotEmpty())
706 {
707 Printf (TEXTCOLOR_ORANGE "%s : %s\n", m_Name.GetChars(), m_Command[1].GetChars());
708 }
709}
710
711void FConsoleAlias::Archive (FConfigFile *f)
712{

Callers 1

DumpHashFunction · 0.80

Calls 3

PrintfFunction · 0.85
IsNotEmptyMethod · 0.80
GetCharsMethod · 0.45

Tested by

no test coverage detected