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

◆ GetDebugName()

override string EffectSound::GetDebugName ( )
inlineprotected

Override when getting debug information.

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

98 {
99 string identifier;
100 if (m_SoundSetName != "")
101 {
102 identifier = m_SoundSetName;
103 }
104 else
105 {
106 identifier = "NO_SOUNDSET";
107 }
108
109 return string.Format("%1:%2", super.GetDebugName(), identifier);
110 }
string m_SoundSetName
Определения EffectSound.c:31

Перекрестные ссылки string::Format() и m_SoundSetName.