Game weapon manager
Jump to navigation
Jump to search
Entity Description
An entity used to limit the number of a particular weapon type in the world. Useful in places where NPCs are spawning rapidly, dying, and dropping weapons.
Availability
Template:In game Template:Game-base Template:In code
Keyvalues
- Template:Kv targetname
- weaponname
- <string> Classname of the weapon type to limit.
- maxpieces
- <integer> The maximum amount of the specified weapon type allowed in the world.