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

◆ Message()

void ManBase::Message ( string text,
string style )
inlineprotected

colorStatusChannel colorAction colorFriendly colorImportant

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

6591 {
6592 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_SERVER)
6593 {
6594 g_Game.ChatMP(this, text, style);
6595 }
6596 else
6597 {
6598 g_Game.Chat(text, style);
6599 }
6600 }
DayZGame g_Game
Определения DayZGame.c:3942
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1071
proto native DayZPlayerInstanceType GetInstanceType()

Перекрестные ссылки g_Game и GetInstanceType().

Используется в MessageAction(), MessageFriendly(), MessageImportant() и MessageStatus().