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

◆ OnWasDetached()

override void TripodBase::OnWasDetached ( EntityAI parent,
int slot_id )
inlineprivate

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

59 {
60 super.OnWasDetached(parent, slot_id);
61 if (parent.IsFireplace())
62 {
63 HideAllSelections();
64 ShowSelection( "Collapsed" );
65 }
66 }