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

Method Archive

source/common/console/c_dispatch.cpp:711–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void FConsoleAlias::Archive (FConfigFile *f)
712{
713 if (f != NULL && !m_Command[0].IsEmpty())
714 {
715 f->SetValueForKey ("Name", m_Name.GetChars(), true);
716 f->SetValueForKey ("Command", m_Command[0].GetChars(), true);
717 }
718}
719
720void C_ArchiveAliases (FConfigFile *f)
721{

Callers 1

C_ArchiveAliasesFunction · 0.80

Calls 3

IsEmptyMethod · 0.45
SetValueForKeyMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected