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

◆ PlayerKilledByDrowningUncon()

void PluginBase::PlayerKilledByDrowningUncon ( PlayerBase player)
inlineprotected

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

190 {
191 string playerPrefix = GetPlayerPrefix( player , player.GetIdentity() );
192 LogPrint( playerPrefix + " has drowned while unconscious" );
193 }
void LogPrint(string message)
Определения PluginAdminLog.c:62
string GetPlayerPrefix(PlayerBase player, PlayerIdentity identity)
Определения PluginAdminLog.c:67

Перекрестные ссылки GetPlayerPrefix() и LogPrint().