Weapon gascan spawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added major bug info)
No edit summary
Line 1: Line 1:
{{this is a|model entity|name=weapon_gascan_spawn|game=Left 4 Dead 2}} It is a possible spawn point for a gas can. Unlike {{ent|weapon_gascan}}, this entity is not damageable.
{{this is a|model entity|name=weapon_gascan_spawn|game=Left 4 Dead 2}} It is a possible spawn point for a gas can. Unlike {{ent|weapon_gascan}}, this entity is not damageable.


{{Bug|This entity has significant issues and won't spawn anything if ''simply placed'' in [[Hammer]]. See the [https://github.com/Tsuey/L4D2-Community-Update/issues/554 bug report].|tested=l4d2|only=l4d2}}
{{Bug|hidetested=1|This entity's FGD entry is missing {{code|count}} keyvalue which results in no gascan being spawned. {{fix|Change the entity's FGD entry to inherit from {{code|WeaponSpawn}} instead of {{code|WeaponSpawnSingle}}}}|only=l4d2}}


{{WeaponSpawnSingle}}
{{WeaponSpawnSingle}}

Revision as of 07:09, 20 August 2025

weapon_gascan_spawn is a model entity available in Left 4 Dead 2 Left 4 Dead 2. It is a possible spawn point for a gas can. Unlike weapon_gascan, this entity is not damageable.

Icon-Bug.pngBug:This entity's FGD entry is missing count keyvalue which results in no gascan being spawned.
Note.pngFix:Change the entity's FGD entry to inherit from WeaponSpawn instead of WeaponSpawnSingle

Template:WeaponSpawnSingle