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

◆ CanManipulateSpareWheel() [6/6]

bool CarScript::CanManipulateSpareWheel ( string slotSelectionName)
inlineprotected

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

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