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

◆ GetServerMessage()

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

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

27 {
28 if ( additionalInfo != "" )
29 return string.Format(EP_MESSAGE_FORMAT_STRING, m_ServerMessage, additionalInfo);
30 else
31 return m_ServerMessage;
32 }
const string EP_MESSAGE_FORMAT_STRING
Formating for message (%1 = Message; %2 = AdditionalInfo)
Определения ErrorProperties.c:5
string m_ServerMessage
Message which will appear on Server.
Определения ErrorProperties.c:8

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

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