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

◆ InitItemSounds()

override void ItemBase::InitItemSounds ( )
inlineprotected

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

811 {
812 super.InitItemSounds();
813
815
816 if (GetSoundOpen() != string.Empty)
817 handler.AddSound(SoundConstants.ITEM_TENT_OPEN, GetSoundOpen());
818
819 if (GetSoundClose() != string.Empty)
820 handler.AddSound(SoundConstants.ITEM_TENT_CLOSE, GetSoundClose());
821
822 if (GetSoundOpenWindow() != string.Empty)
823 handler.AddSound(SoundConstants.ITEM_TENT_WINDOW_OPEN, GetSoundOpenWindow());
824
825 if (GetSoundCloseWindow() != string.Empty)
826 handler.AddSound(SoundConstants.ITEM_TENT_WINDOW_CLOSE, GetSoundCloseWindow());
827 }
Empty
Определения Hand_States.c:14
ItemSoundHandler GetItemSoundHandler()
Определения ItemBase.c:9085
void ItemSoundHandler(ItemBase parent)
Определения ItemSoundHandler.c:31
string GetSoundCloseWindow()
Определения TentBase.c:768
string GetSoundOpenWindow()
Определения TentBase.c:766
string GetSoundOpen()
Определения TentBase.c:762
string GetSoundClose()
Определения TentBase.c:764

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

Используется в InventoryItem::InitItemVariables().