Weapon gascan: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-entity template)
(-note)
Line 6: Line 6:
== Outputs ==
== Outputs ==


{{IO|OnKilled|Fired when entity is killed. (in {{l4d2|4}} this is the only entity that has this output)}}
{{IO|OnKilled|Fired when entity is killed. {{Note|In {{l4d2|4}} this is the only entity that has this output while in {{l4d|4}} every entity has this output available. This is most likely a bug. }}}}


== See Also ==
== See Also ==
* [[weapon_gascan_spawn]]
* [[weapon_gascan_spawn]]
* [[prop_physics]]
* [[prop_physics]]

Revision as of 18:09, 2 September 2023

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CGasCan
CCarriedPropWeapon
CCarriedProp
CBaseBackpackItem
CTerrorWeapon
CWeaponCSBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity

Template:Entity

Outputs

OnKilled
Fired when entity is killed.
Note.pngNote:In Left 4 Dead 2 Left 4 Dead 2 this is the only entity that has this output while in Left 4 Dead Left 4 Dead every entity has this output available. This is most likely a bug.

See Also