DayZ 1.24
Loading...
Searching...
No Matches
M4_RISHndgrd.c
Go to the documentation of this file.
2{
3 override bool CanDetachAttachment(EntityAI parent)
4 {
5 if (Weapon_Base.Cast(parent) && parent.FindAttachmentBySlotName("weaponFlashlight"))
6 return false;
7 return true;
8 }
9}
override bool CanDetachAttachment(EntityAI parent)
Definition M4_RISHndgrd.c:3