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

◆ ReplaceKey()

bool map< Class TKey, Class TValue >::ReplaceKey ( TKey old_key,
TKey new_key )
inlineprivate

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

929 {
930 if (Contains(old_key))
931 {
934 return true;
935 }
936 return false;
937 }
override float Get()
Определения PlayerStatBase.c:134
Определения CachedEquipmentStorage.c:4
proto void Remove(TKey key)
proto bool Contains(TKey key)
proto void Set(TKey key, TValue value)

Перекрестные ссылки Contains(), Get(), Remove() и Set().