DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Groza_Barrel_Grip.c
См. документацию.
1
class
Groza_Barrel_Grip
extends
SuppressorBase
2
{
3
override
bool
CanPutAsAttachment
(
EntityAI
parent )
4
{
5
if
(!super.CanPutAsAttachment(parent)) {
return
false
;}
6
if
( !parent.FindAttachmentBySlotName(
"weaponButtstockAK"
).IsKindOf(
"GrozaGL_LowerReceiver"
) )
7
{
8
return
true
;
9
}
10
11
return
false
;
12
}
13
}
EntityAI
Определения
Building.c:6
SuppressorBase::CanPutAsAttachment
override bool CanPutAsAttachment(EntityAI parent)
Определения
Groza_Barrel_Grip.c:3
SuppressorBase
Определения
Groza_Barrel_Grip.c:2
Ishodniki
scripts
4_World
Entities
ItemBase
SuppressorBase
Groza_Barrel_Grip.c
Создано системой
1.13.2