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

◆ EOnInit() [3/3]

override void ItemBase::EOnInit ( IEntity other,
int extra )
inlineprotected

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

70 {
71 if (!IsHologram())
72 {
74 HideSelection(SEL_CORD_FOLDED_F);
75 }
76 else
77 {
78 Unfold();
79 }
80 }
override bool IsHologram()
Определения ItemBase.c:5753
void Unfold()
Определения Spotlight.c:251
static const string SEL_CORD_FOLDED_F
Определения Spotlight.c:15
void UpdateAllSelections()
Определения MetalWire.c:32

Перекрестные ссылки IsHologram(), SEL_CORD_FOLDED_F, Unfold() и UpdateAllSelections().