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

◆ GetHiddenSelectionsMaterials()

TStringArray IEntity::GetHiddenSelectionsMaterials ( )
inlineprivate

Returns the hiddenSelectionsMaterials array from the object's config.

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

139 {
140 return HiddenSelectionsData.GetHiddenSelectionsMaterialsConfig(GetType());
141 }
string GetType()
Get config class of object.
Определения Object.c:470

Перекрестные ссылки HiddenSelectionsData::GetHiddenSelectionsMaterialsConfig() и GetType().