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

◆ GetKeyByValue()

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

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

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

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