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

◆ LogSuicide()

void LogSuicide ( )
protected

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

745 {
746 if (GetGame().IsServer())
747 {
748 PlayerIdentity identity = m_Player.GetIdentity();
749 if (identity)
750 {
751 if (m_AdminLog)
752 m_AdminLog.Suicide(m_Player);
753 }
754 }
755 }
PluginAdminLog m_AdminLog
Определения EmoteManager.c:142
DayZPlayer m_Player
Определения Hand_Events.c:42
The class that will be instanced (moddable)
Определения gameplay.c:389
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_AdminLog и m_Player.