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

◆ ConvertAttSlotToPlantSlot()

string ItemBase::ConvertAttSlotToPlantSlot ( string attach_slot)
inlineprivate

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

371 {
372 // Give result
373 if ( m_map_slots.Contains(attach_slot) )
374 {
375 string return_value = m_map_slots.Get(attach_slot);
376 return return_value;
377 }
378
379 return "";
380 }
static ref map< string, string > m_map_slots
Определения GardenBase.c:44

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

Используется в EEItemDetached().