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

◆ ConvertAttSlotToPlantSlot()

string ItemBase::ConvertAttSlotToPlantSlot ( string attach_slot)
inlineprivate

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

310 {
311 // Give result
312 if ( m_map_slots.Contains(attach_slot) )
313 {
314 string return_value = m_map_slots.Get(attach_slot);
315 return return_value;
316 }
317
318 return "";
319 }
static ref map< string, string > m_map_slots
Определения GardenBase.c:32

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

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