Baseprojectile: Difference between revisions
Jump to navigation
Jump to search

m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
(Preparing page for move. This action was perfomed by a bot.) |
||
Line 1: | Line 1: | ||
{{ | {{langsp}} | ||
{{ent not in fgd|nolink=1}} | |||
It is a base class for sprite-based projectiles. It seems to have never been used for anything in Half-Life 2. | |||
This entity should not be confused with {{ent|CBaseProjectile}}, which is tied to {{ent|proj_base}}. | This entity should not be confused with {{ent|CBaseProjectile}}, which is tied to {{ent|proj_base}}. | ||
{{code class|CBaseSpriteProjectile|cbasespriteprojectile.cpp}} | {{code class|CBaseSpriteProjectile|cbasespriteprojectile.cpp}} | ||
Revision as of 11:57, 12 January 2024


It is a base class for sprite-based projectiles. It seems to have never been used for anything in Half-Life 2.
This entity should not be confused with CBaseProjectile, which is tied to proj_base.