Upgrade laser sight: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(-added class hierarchy, see also)
Line 1: Line 1:
{{CD|CUpgradeLaserSight}}
{{this is a|point entity|name=upgrade_laser_sight|game=Left 4 Dead 2}}<br>
{{this is a|point 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}}

Revision as of 16:20, 21 June 2024

C++ Class hierarchy
CUpgradeLaserSight
CBaseUpgradeItem
CWeaponSpawn
CItem
CBaseAnimating
CBaseEntity

upgrade_laser_sight is a point 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