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

◆ GetKeyByValue()

TKey map< Class TKey, Class TValue >::GetKeyByValue ( TValue value)
inlineprivate

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

940 {
941 TKey ret;
942 for (int i = 0; i < Count(); i++)
943 {
944 if (GetElement(i) == value)
945 {
946 ret = GetKey(i);
947 break;
948 }
949 }
950
951 return ret;
952 }
Определения CachedEquipmentStorage.c:4
proto TValue GetElement(int index)

Перекрестные ссылки Count, GetElement() и GetKey().