grenade_spit

From Valve Developer Community
Jump to navigation Jump to search
Source Engine ( General | Half-Life: Source | Black Mesa )
edit
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Class hierarchy
CGrenadeSpit
CHL1BaseGrenade
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
hl1_grenade_spit.cpp

grenade_spit is a model entity available in Half-Life: Source Half-Life: Source. Seems to be unused entity possibly meant to be used originally by monster_bullchicken. The npc instead uses squidspit as its projectile.

Precaches the following:

//sprites
"sprites/bigspit.vmt"

//models
"models/spitball_large.mdl"
"models/spitball_medium.mdl"
"models/spitball_small.mdl"

//soundscripts
"GrenadeSpit.Acid"
"GrenadeSpit.Hit"

See also