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

◆ UnregisterYieldItem()

void CatchYieldBank::UnregisterYieldItem ( string yieldType)
inlineprotected

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

31 {
32 int hashedName = yieldType.Hash();
33 if (m_AllYieldsMap.Contains(hashedName))
34 m_AllYieldsMap.Remove(hashedName);
35 }
ref YieldsMap m_AllYieldsMap
Определения CatchYieldBank.c:5
proto native int Hash()
Returns hash of string.

Перекрестные ссылки string::Hash() и m_AllYieldsMap.