Upgrade laser sight: Difference between revisions

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



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