DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ AddNewLine()

void PluginFileHandler::AddNewLine ( string text)
inlineprivate

См. определение в файле PluginLocalHistoryBase.c строка 23

24 {
25 // replace newline to \\n
26 text.Replace("\n", "\\n" );
27 m_FileContent.Insert(text);
28 SaveFile();
29 }
proto int Replace(string sample, string replace)
Replace all occurrances of 'sample' in 'str' by 'replace'.

Перекрестные ссылки string::Replace().