Definition at line 1 of file Mosin_Compensator.c.
◆ CanPutAsAttachment() [1/5]
Definition at line 3 of file Mosin_Compensator.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
6 if (parent.FindAttachmentBySlotName(
"suppressorImpro") ==
NULL && parent.FindAttachmentBySlotName(
"pistolMuzzle") ==
NULL)
7 return true;
8 return false;
9 }
◆ CanPutAsAttachment() [2/5]
Definition at line 3 of file MP5_Compensator.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
6 if (!parent.FindAttachmentBySlotName("pistolMuzzle"))
7 return true;
8 return false;
9 }
◆ CanPutAsAttachment() [3/5]
Definition at line 3 of file AK_Suppressor.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
6 if (parent.FindAttachmentBySlotName(
"suppressorImpro") ==
NULL && parent.FindAttachmentBySlotName(
"weaponBayonetAK") ==
NULL)
7 return true;
8 return false;
9 }
◆ CanPutAsAttachment() [4/5]
Definition at line 3 of file MakarovPBSuppressor.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
6 if (parent.FindAttachmentBySlotName(
"suppressorImpro") ==
NULL && parent.FindAttachmentBySlotName(
"weaponMuzzleMP5") ==
NULL)
7 return true;
8 return false;
9 }
◆ CanPutAsAttachment() [5/5]
Definition at line 3 of file PistolSuppressor.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
6 if (parent.FindAttachmentBySlotName(
"suppressorImpro") ==
NULL && parent.FindAttachmentBySlotName(
"weaponMuzzleMP5") ==
NULL)
7 return true;
8 return false;
9 }
The documentation for this class was generated from the following files: