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

◆ GetKeyByValue()

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

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

915 {
916 TKey ret;
917 for (int i = 0; i < Count(); i++)
918 {
919 if (GetElement(i) == value)
920 {
921 ret = GetKey(i);
922 break;
923 }
924 }
925
926 return ret;
927 }
map
Определения ControlsXboxNew.c:4
proto TValue GetElement(int index)

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