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

◆ GetKey()

proto TKey map< Class TKey, Class TValue >::GetKey ( int i)
private

Return the i:th element key in the map. Note: This operation is O(n) complexity. Use with care!

Аргументы
iThe position of the element key in the map
Возвращает
Return key of i-th element

Используется в GetKeyArray(), GetKeyByValue() и GetKeyByValueChecked().