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

◆ CanReleaseAttachment()

override bool Boat_01_ColorBase::CanReleaseAttachment ( EntityAI attachment)
inlineprivate

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

38 {
39 if (!super.CanReleaseAttachment(attachment))
40 return false;
41
42 string attType = attachment.GetType();
43
44 if (EngineIsOn() && attType == "SparkPlug")
45 return false;
46
47 return true;
48 }