asw_pickup_ammo_satchel

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

asw_pickup_ammo_satchel is a point entity present in Asw.pngAlien Swarm. It's a pickup for the ammo satchel.

FGD Code[edit | edit source]

@PointClass base(ASWPickup) studio("models/items/ItemBox/ItemBoxLarge.mdl") = asw_pickup_ammo_satchel : "Ammo Satchel"
[
	BulletsInGun(integer) : "Bullets In Gun" : 3
	Clips(integer) : "Clips" : 0
	SecondaryBullets(integer) : "Secondary Bullets" : 0
]