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

◆ UpdateTranslatedSelections()

void ManBase::UpdateTranslatedSelections ( SelectionTranslation stt)
inlineprotected

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

8713 {
8714 int index;
8715 array<int> translatedSelectinosArray = stt.GetTranslatedSelections();
8716 for (int i = 0; i < translatedSelectinosArray.Count(); i++)
8717 {
8718 index = translatedSelectinosArray.Get(i);
8719 //if (index > -1)
8720 m_CharactersHead.SetSimpleHiddenSelectionState(index,false); //safe this way, only hiding/carving from shown parts
8721 }
8722 }
Head_Default m_CharactersHead
Определения PlayerBase.c:138
ref array< int > GetTranslatedSelections()
Определения Head.c:153

Перекрестные ссылки SelectionTranslation::GetTranslatedSelections() и m_CharactersHead.

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