| 709 | } |
| 710 | |
| 711 | void 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 | |
| 720 | void C_ArchiveAliases (FConfigFile *f) |
| 721 | { |
no test coverage detected