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

◆ CanManipulateSpareWheel() [6/6]

bool CarScript::CanManipulateSpareWheel ( string slotSelectionName)
inlineprotected

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

133 {
134 if (slotSelectionName == "wheel_spare_1")
135 {
136 return GetAnimationPhase("wheelSidePlate1") == 1.0;
137 }
138
139 if (slotSelectionName == "wheel_spare_2")
140 {
141 return GetAnimationPhase("wheelSidePlate2") == 1.0;
142 }
143
144 return super.CanManipulateSpareWheel(slotSelectionName);
145 }