Upgrade laser sight: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(modified page, because user:Loudslappingsounds mentioned its in the base game now, but he couldn't be bothered to edit the page himself.)
m (Classifying as model entity)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{l4d2 point|Upgrade_laser_sight}}<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