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

◆ AddArrowTypeToHash()

static void ArrowManagerPlayer::AddArrowTypeToHash ( string ArrowType)
inlinestaticprivate

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

24 {
25 m_TypeHashTable.Insert(ArrowType.Hash(), ArrowType.ToType());
26 }
static ref map< int, typename > m_TypeHashTable
Определения ArrowManagerPlayer.c:3
proto native int Hash()
Returns hash of string.
proto native ToType()
Returns internal type representation. Can be used in runtime, or cached in variables and used for fas...

Перекрестные ссылки string::Hash(), m_TypeHashTable и string::ToType().

Используется в InitializeHash().