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

◆ GetClientMessage()

string ErrorProperties::GetClientMessage ( string additionalInfo = "")
inlineprotected

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

19 {
20 if ( additionalInfo != "" )
21 return string.Format(EP_MESSAGE_FORMAT_STRING, m_Message, additionalInfo);
22 else
23 return m_Message;
24 }
const string EP_MESSAGE_FORMAT_STRING
Formating for message (%1 = Message; %2 = AdditionalInfo)
Определения ErrorProperties.c:5
string m_Message
Message which will appear on Client.
Определения ErrorProperties.c:7

Перекрестные ссылки EP_MESSAGE_FORMAT_STRING, string::Format() и m_Message.

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