9 override void OnDebugSpawn()
12 if (
Class.CastTo(entity,
this) )
14 entity.SpawnEntityOnGroundPos(
"Mag_Aug_30Rnd", entity.GetPosition());
18 override int GetWeaponSpecificCommand(
int weaponAction ,
int subCommand)
52 inventory.CreateInInventory(
"UniversalLight" );
53 inventory.CreateInInventory(
"Battery9V" );
54 inventory.CreateInInventory(
"ACOGOptic" );
55 inventory.CreateInInventory(
"M4_Suppressor" );
57 SpawnAttachedMagazine(
"Mag_Aug_30Rnd");
72 if ( !FindAttachmentBySlotName(
"weaponOpticsAug") )
74 GetInventory().CreateAttachment(
"AugOptic");
81 SpawnAttachedMagazine(
"Mag_Aug_30Rnd");
88 override bool CanPutAsAttachment(
EntityAI parent )