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

◆ Suicide()

void PluginBase::Suicide ( PlayerBase player)
inlineprotected

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

383 {
384 m_PlayerPrefix = GetPlayerPrefix( player , player.GetIdentity() );
385
386 LogPrint( m_PlayerPrefix + " committed suicide" );
387 }
void LogPrint(string message)
Определения PluginAdminLog.c:62
string GetPlayerPrefix(PlayerBase player, PlayerIdentity identity)
Определения PluginAdminLog.c:67
string m_PlayerPrefix
Определения PluginAdminLog.c:6

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