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

◆ LogSuicide()

void LogSuicide ( )
protected

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

747 {
748 if (GetGame().IsServer())
749 {
750 PlayerIdentity identity = m_Player.GetIdentity();
751 if (identity)
752 {
753 if (m_AdminLog)
754 m_AdminLog.Suicide(m_Player);
755 }
756 }
757 }
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.