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

◆ CanManipulateSpareWheel() [6/6]

bool CarScript::CanManipulateSpareWheel ( string slotSelectionName)
inlineprotected

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

142 {
143 if (slotSelectionName == "wheel_spare_1")
144 {
145 return GetAnimationPhase("wheelSidePlate1") == 1.0;
146 }
147
148 if (slotSelectionName == "wheel_spare_2")
149 {
150 return GetAnimationPhase("wheelSidePlate2") == 1.0;
151 }
152
153 return super.CanManipulateSpareWheel(slotSelectionName);
154 }