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

◆ UpdateTranslatedSelections()

void ManBase::UpdateTranslatedSelections ( SelectionTranslation stt)
inlineprotected

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

8811 {
8812 int index;
8813 array<int> translatedSelectinosArray = stt.GetTranslatedSelections();
8814 for (int i = 0; i < translatedSelectinosArray.Count(); i++)
8815 {
8816 index = translatedSelectinosArray.Get(i);
8817 //if (index > -1)
8818 m_CharactersHead.SetSimpleHiddenSelectionState(index,false); //safe this way, only hiding/carving from shown parts
8819 }
8820 }
Head_Default m_CharactersHead
Определения PlayerBase.c:138
ref array< int > GetTranslatedSelections()
Определения ManBase/BodyParts/Head.c:153

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

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