Upgrade laser sight: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{this is a|point entity|name=upgrade_laser_sight|game=Left 4 Dead 2}}<br>
{{CD|CUpgradeLaserSight}}
{{this is a|model entity|name=upgrade_laser_sight|game=Left 4 Dead 2}}<br>
This entity will directly spawn a box of laser sights, on which you can pick the rotation precisely. The usual spawn entity [[upgrade_spawn]] would not allow you to do so.<br>
This entity will directly spawn a box of laser sights, on which you can pick the rotation precisely. The usual spawn entity [[upgrade_spawn]] would not allow you to do so.<br>
== See Also ==
* {{ent|upgrade_ammo_incendiary}}
* {{ent|upgrade_ammo_explosive}}
* {{ent|upgrade_spawn}}

Latest revision as of 04:35, 19 May 2025

C++ Class hierarchy
CUpgradeLaserSight
CBaseUpgradeItem
CWeaponSpawn
CItem
CBaseAnimating
CBaseEntity

upgrade_laser_sight is a model entity available in Left 4 Dead 2 Left 4 Dead 2.
This entity will directly spawn a box of laser sights, on which you can pick the rotation precisely. The usual spawn entity upgrade_spawn would not allow you to do so.

See Also