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

◆ PreLoadSoundAttachmentType()

void InventoryItem::PreLoadSoundAttachmentType ( )
inlineprotected

Attachment Sound Type getting from config file.

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

4293 {
4294 string att_type = "None";
4295
4296 if (ConfigIsExisting("soundAttType"))
4297 {
4298 att_type = ConfigGetString("soundAttType");
4299 }
4300
4301 m_SoundAttType = att_type;
4302 }
bool m_IsResultOfSplit string m_SoundAttType
distinguish if item has been created as new or it came from splitting (server only flag)
Определения ItemBase.c:76

Перекрестные ссылки m_SoundAttType.