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

◆ GetHiddenSelectionsTextures()

TStringArray IEntity::GetHiddenSelectionsTextures ( )
inlineprivate

Returns the hiddenSelectionsTextures array from the object's config.

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

133 {
134 return HiddenSelectionsData.GetHiddenSelectionsTexturesConfig(GetType());
135 }
string GetType()
Get config class of object.
Определения Object.c:470

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