DayZ 1.24
Loading...
Searching...
No Matches
MP5_Compensator.c
Go to the documentation of this file.
2{
3 override bool CanPutAsAttachment(EntityAI parent)
4 {
5 if (!super.CanPutAsAttachment(parent)) return false;
6 if (!parent.FindAttachmentBySlotName("pistolMuzzle"))
7 return true;
8 return false;
9 }
10}
override bool CanPutAsAttachment(EntityAI parent)