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

◆ UpdateTranslatedSelections()

void ManBase::UpdateTranslatedSelections ( SelectionTranslation stt)
inlineprotected

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

9062 {
9063 int index;
9064 array<int> translatedSelectinosArray = stt.GetTranslatedSelections();
9065 for (int i = 0; i < translatedSelectinosArray.Count(); i++)
9066 {
9067 index = translatedSelectinosArray.Get(i);
9068 //if (index > -1)
9069 m_CharactersHead.SetSimpleHiddenSelectionState(index,false); //safe this way, only hiding/carving from shown parts
9070 }
9071 }
Head_Default m_CharactersHead
Определения PlayerBase.c:185
ref array< int > GetTranslatedSelections()
Определения ManBase/BodyParts/Head.c:153

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

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