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

◆ InitItemSounds() [2/2]

override void ItemBase::InitItemSounds ( )
inlineprotected

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

832 {
833 super.InitItemSounds();
834
836
837 if (GetSoundOpen() != string.Empty)
838 handler.AddSound(SoundConstants.ITEM_TENT_OPEN, GetSoundOpen());
839
840 if (GetSoundClose() != string.Empty)
841 handler.AddSound(SoundConstants.ITEM_TENT_CLOSE, GetSoundClose());
842
843 if (GetSoundOpenWindow() != string.Empty)
844 handler.AddSound(SoundConstants.ITEM_TENT_WINDOW_OPEN, GetSoundOpenWindow());
845
846 if (GetSoundCloseWindow() != string.Empty)
847 handler.AddSound(SoundConstants.ITEM_TENT_WINDOW_CLOSE, GetSoundCloseWindow());
848 }
Empty
Определения Hand_States.c:14
ItemSoundHandler GetItemSoundHandler()
Определения ItemBase.c:9329
void ItemSoundHandler(ItemBase parent)
Определения ItemSoundHandler.c:31
string GetSoundCloseWindow()
Определения TentBase.c:789
string GetSoundOpenWindow()
Определения TentBase.c:787
string GetSoundOpen()
Определения TentBase.c:783
string GetSoundClose()
Определения TentBase.c:785

Перекрестные ссылки Empty, GetItemSoundHandler(), GetSoundClose(), TentBase::GetSoundClose(), GetSoundCloseWindow(), TentBase::GetSoundCloseWindow(), GetSoundOpen(), TentBase::GetSoundOpen(), GetSoundOpenWindow(), TentBase::GetSoundOpenWindow() и ItemSoundHandler().