DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReleaseAttachment()
override
bool
Boat_01_ColorBase::CanReleaseAttachment
(
EntityAI
attachment
)
inline
private
См. определение в файле
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
}
Boat_01_ColorBase
Создано системой
1.13.2