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

◆ TrimStackTrace()

string DebugPrint::TrimStackTrace ( string msg)
inlinestaticprivate

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

209 {
210 if ( msg.IndexOf("DebugPrint.c") != -1 )
211 {
212 return string.Empty;
213 }
214
215 return msg;
216 }
proto native int IndexOf(string sample)
Finds 'sample' in 'str'. Returns -1 when not found.

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

Используется в AdjustDebugLog().