DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
AddNewLine()
void PluginFileHandler::AddNewLine
(
string
text
)
inline
private
См. определение в файле
PluginLocalHistoryBase.c
строка
23
24
{
25
// replace newline to \\n
26
text.
Replace
(
"\n"
,
"\\n"
);
27
m_FileContent.Insert(text);
28
SaveFile();
29
}
string::Replace
proto int Replace(string sample, string replace)
Replace all occurrances of 'sample' in 'str' by 'replace'.
Перекрестные ссылки
string::Replace()
.
PluginFileHandler
Создано системой
1.13.2