DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanPutAsAttachment()
[3/3]
override
bool
ItemOptics::CanPutAsAttachment
(
EntityAI
parent
)
inline
private
См. определение в файле
M4_CarryHandleOptic.c
строка
3
4
{
5
if
(!super.CanPutAsAttachment(parent)) {
return
false
;}
6
if
( parent.IsKindOf(
"M4A1_Base"
) )
7
{
8
return
true
;
9
}
10
11
return
false
;
12
}
ItemOptics
Создано системой
1.13.2